forked from unconed/shadergraph
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 891 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
{
"name": "shadergraph",
"version": "2.0.7",
"description": "GLSL linker",
"repository": {
"type": "git",
"url": "https://github.com/unconed/shadergraph.git"
},
"main": "src/index.coffee",
"scripts": {
"test": "gulp test"
},
"dependencies": {
"three": "^0.72.0"
},
"devDependencies": {
"coffee-script": "^1.10.0",
"coffeeify": "^1.1.0",
"gulp": "^3.9.0",
"gulp-browserify": "^0.5.1",
"gulp-concat": "^2.6.0",
"gulp-karma": "0.0.5",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.1",
"gulp-watch": "^4.3.5",
"jasmine-core": "^2.3.4",
"jison": "^0.4.15",
"karma": "^0.13.10",
"karma-browserify": "^4.4.0",
"karma-chrome-launcher": "^0.2.1",
"karma-coffee-preprocessor": "^0.3.0",
"karma-jasmine": "^0.3.6",
"run-sequence": "^1.1.4"
},
"author": "Steven Wittens",
"license": "MIT"
}