-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
44 lines (44 loc) · 952 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "babel-plugin-glslify",
"version": "2.0.0",
"description": "glslify as a babel transform",
"main": "glslify-babel.js",
"directories": {
"test": "test"
},
"engines": {
"node": ">=0.12"
},
"dependencies": {
"bl": "^1.1.2",
"glslify-bundle": "^5.0.0",
"glslify-deps": "^1.2.5"
},
"devDependencies": {
"babel-core": "^6.7.7",
"babel-preset-es2015": "^6.6.0",
"glslify": "^5.0.2",
"glslify-hex": "^2.0.1",
"tape": "^4.5.1"
},
"scripts": {
"test": "tape test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikolalysenko/glslify-babel.git"
},
"keywords": [
"babel",
"glslify",
"stackgl",
"glsl",
"webgl"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/glslify-babel/issues"
},
"homepage": "https://github.com/mikolalysenko/glslify-babel#readme"
}