forked from mrdoob/three.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 785 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": "three.js",
"version": "0.74.0",
"description": "JavaScript 3D library",
"main": "build/three.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"scripts": {
"build": "cd ./utils/build && node build.js --include common --include extras",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mrdoob/three.js"
},
"keywords": [
"three",
"three.js",
"3d",
"webgl"
],
"author": "mrdoob",
"license": "MIT",
"bugs": {
"url": "https://github.com/mrdoob/three.js/issues"
},
"homepage": "http://threejs.org/",
"devDependencies": {
"argparse": "^1.0.3",
"jscs": "^1.13.1",
"uglify-js": "^2.6.0"
}
}