forked from jagracar/webgl-shader-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 928 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
{
"name": "webgl-shader-examples",
"version": "0.1.0",
"description": "Some simple examples of WebGL shaders",
"main": "WebContent/index.html",
"repository": {
"type": "git",
"url": "git://github.com/jagracar/webgl-shader-examples.git"
},
"keywords": [
"math",
"WebGL",
"shader"
],
"author": "Javier Graciá Carpio",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/jagracar/webgl-shader-examples/issues"
},
"homepage": "https://webgl-shaders.com",
"devDependencies": {
"glslify": "^6.3.1",
"glslify-import": "^3.1.0",
"grunt": "^1.0.3",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^3.0.0",
"grunt-replace": "^1.0.1"
},
"glslify": {
"transform": [
"glslify-import"
]
},
"dependencies": {}
}