-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 KB
/
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
37
38
39
40
41
42
43
44
45
46
{
"name": "metamorphosis",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/choochootrain/metamorphosis.git"
},
"author": "@choochootrain",
"license": "MIT",
"bugs": {
"url": "https://github.com/choochootrain/metamorphosis/issues"
},
"homepage": "https://github.com/choochootrain/metamorphosis",
"dependencies": {
"cannon": "0.6.2",
"es6-promise": "3.0.2",
"ndarray": "1.0.18",
"ndarray-fill": "1.0.1",
"noisejs": "2.1.0",
"react": "0.13.3",
"stats.js": "1.0.0",
"three-orbit-controls": "71.0.0",
"three.js": "0.72.0"
},
"devDependencies": {
"babel-core": "5.8.25",
"babel-loader": "5.3.2",
"babel-runtime": "5.8.25",
"css-loader": "0.19.0",
"extract-text-webpack-plugin": "0.8.2",
"jshint-stylish": "2.0.1",
"jsxhint": "0.15.1",
"node-bourbon": "4.2.3",
"node-sass": "3.3.3",
"sass-loader": "3.0.0",
"webpack": "1.12.2",
"webpack-dev-server": "1.12.0",
"webpack-livereload-plugin": "0.4.0",
"webpack-notifier": "1.2.1"
},
"scripts": {
"watch": "webpack-dev-server --colors --watch --config webpack.js",
"build": "webpack --colors --progress --config webpack.js",
"lint": "jsxhint --reporter node_modules/jshint-stylish js"
}
}