-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 1012 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": "threejs-web-audio-api",
"version": "0.0.0",
"description": "THREE.js and web audio api playground",
"main": "''",
"scripts": {
"build": "NODE_ENV=production webpack -p --config ./webpack.production.config.js",
"dev": "webpack-dev-server --progress --profile --colors --hot"
},
"repository": {
"type": "git",
"url": "https://github.com/a-axton/threejs-web-audio-api"
},
"author": "Andy Axton",
"license": "MIT",
"bugs": {
"url": "https://github.com/a-axton/threejs-web-audio-api/issues"
},
"homepage": "https://github.com/a-axton/threejs-web-audio-api",
"dependencies": {
"dat-gui": "^0.5.0",
"lodash": "^3.10.1",
"three": "^0.73.0",
"three-orbit-controls": "^71.1.0"
},
"devDependencies": {
"babel-core": "^5.5.8",
"babel-loader": "^5.1.4",
"css-loader": "^0.18.0",
"file-loader": "^0.8.4",
"style-loader": "^0.12.4",
"url-loader": "^0.5.6",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0"
}
}