-
Notifications
You must be signed in to change notification settings - Fork 162
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 750 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 750 Bytes
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
{
"name": "scenejs",
"title": "SceneJS",
"version": "4.2.2",
"description": "A WebGL-based 3D scene graph from xeoLabs",
"homepage": "http://scenejs.org/",
"author": {
"name": "Lindsay Kay",
"email": "lindsay.kay@xeolabs.com"
},
"license": "MIT License",
"repository": {
"type": "git",
"url": "http://github.com/xeolabs/scenejs.git"
},
"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-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-yuidoc": "~0.7.0"
},
"engines": {
"node": ">=0.10.17",
"npm": "1.3.8"
}
}