-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 852 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": "firstvisualizer",
"version": "1.0.0",
"description": "\"Three.js audio visualizer\"",
"main": "index.js",
"scripts": {
"build": "SET NODE_ENV=production npm run clean && webpack -p",
"serve": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdvacula/firstVisualizer.git"
},
"author": "Matthew Vacula",
"license": "ISC",
"bugs": {
"url": "https://github.com/mdvacula/firstVisualizer/issues"
},
"homepage": "https://github.com/mdvacula/firstVisualizer#readme",
"dependencies": {
"three": "^0.88.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
}
}