forked from xeolabs/xeogl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 886 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
{
"name": "xeogl",
"title": "xeogl",
"version": "0.8.0",
"description": "A WebGL-based 3D visualization engine from xeoLabs",
"homepage": "http://xeogl.org/",
"author": {
"name": "Lindsay Kay",
"email": "lindsay.kay@xeolabs.com"
},
"license": "MIT License",
"repository": {
"type": "git",
"url": "http://github.com/xeolabs/xeogl.git"
},
"scripts": {
"build": "grunt"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jasmine": "~0.8.2",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-yuidoc": "^0.7.0",
"ifc2json-cli": "^2.0.0"
},
"engines": {
"node": ">=0.10.17",
"npm": "1.3.8"
}
}