forked from xml3d/xml3d.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 926 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
{
"name": "xml3d.js",
"description": "XML3D implementation based on JS and WebGL",
"homepage": "http://ww.xml3d.org",
"version": "5.0.0a",
"repository": {
"type": "git",
"url": "https://github.com/xml3d/xml3d.js"
},
"license": "MIT",
"devDependencies": {
"browserify-replace": "0.9.0",
"grunt": "~0.4.5",
"grunt-browserify": "^3.2.0",
"grunt-closure-compiler": "0.0.21",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-watch": "^0.6.1"
},
"scripts": {
"build": "npm install && grunt"
},
"dependencies": {
"gl-matrix": "http://github.com/toji/gl-matrix/tarball/master",
"lodash.assign": "^3.1.0",
"lodash.create": "^3.1.0",
"lodash.defaults": "^3.1.1",
"texture-manager": "http://github.com/ksons/texture-manager/tarball/master"
}
}