-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "audiophonic",
"version": "1.0.0",
"description": "Make some music in the browser",
"main": "bundle.js",
"scripts": {
"start": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"build": "./node_modules/webpack/bin/webpack.js",
"watch": "./node_modules/webpack/bin/webpack.js --watch",
"postinstall": "bower install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/stevekinney/audiophonic.git"
},
"author": "Steve Kinney",
"license": "MIT",
"bugs": {
"url": "https://github.com/stevekinney/audiophonic/issues"
},
"homepage": "https://github.com/stevekinney/audiophonic",
"devDependencies": {
"babel-core": "^5.1.13",
"babel-loader": "^5.0.0",
"css-loader": "^0.12.0",
"node-sass": "^2.1.1",
"sass-loader": "^0.6.0",
"style-loader": "^0.12.1",
"svg-loader": "0.0.2",
"webpack": "^1.8.11",
"webpack-dev-server": "^1.8.2"
},
"dependencies": {
"d3": "^3.5.5",
"ecstatic": "^0.7.6",
"express": "^4.12.3",
"octavian": "^2.0.5"
}
}