forked from superguigui/threejs-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 854 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": "mars-phobos",
"version": "0.0.1",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/nickell-andrew/mars-phobos.git"
},
"main": "src/js/main.js",
"dependencies": {
"ngraph.expose": "0.0.0",
"ngraph.merge": "0.0.1",
"ngraph.physics.primitives": "0.0.7",
"ngraph.quadtreebh3d": "0.0.3",
"ngraph.random": "0.0.1"
},
"devDependencies": {
"babel-loader": "^5.0.0",
"bower-webpack-plugin": "^0.1.8",
"component-webpack-plugin": "^0.2.1",
"extract-text-webpack-plugin": "^0.5.0",
"gulp": "^3.8.11",
"gulp-util": "^3.0.4",
"gulp-watch": "^1.1.0",
"ngraph.physics.simulator": "0.0.10",
"three": "^0.70.0",
"webpack": "^1.8.4",
"webpack-dev-server": "^1.8.0"
},
"author": "Andrew Nickell and Sam Khun",
"license": "BSD-2-Clause"
}