-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 KB
/
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
{
"name": "shade.js",
"description": "A compiler framework to compile shade.js material descriptions to GLSL",
"homepage": "http://www.xml3d.org/xml3d/papers/shade.js/",
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/xml3d/shade.js"
},
"bugs": {
"url": "https://github.com/xml3d/shade.js/issues"
},
"license": "MIT",
"dependencies": {
"esprima": "1.2.5",
"escodegen": "1.6.1",
"estraverse": "1.3.2",
"walkes": "https://github.com/ksons/walkes/tarball/master",
"optimist": "*",
"esgraph": "https://github.com/ksons/esgraph/tarball/master",
"analyses": "https://github.com/ksons/analyses/tarball/master",
"es6-map": "*",
"lodash.assign": "^3.1.0"
},
"devDependencies": {
"browserify": "5.2.0",
"grunt": "0.4.5",
"grunt-browserify": "3.0.1",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-watch": "0.6.1",
"grunt-groc": "0.5.0",
"grunt-mocha-test": "0.12.1",
"mocha": "1.20.0",
"should": "4.0.4",
"uglifyify": "^3.0.1"
},
"scripts": {
"test": "grunt test"
}
}