-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.27 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.27 KB
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
47
{
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server --devtool eval --progress --colors --hot --content-base build",
"deploy": "NODE_ENV=production webpack -p --config webpack.production.config.js",
"start": "node server.js"
},
"dependencies": {
"d3": "^3.5.6",
"exports-loader": "^0.6.2",
"express": "^4.13.3",
"firebase": "^2.3.1",
"imports-loader": "^0.6.4",
"johnny-five": "^0.9.44",
"react": "^0.13.3",
"reflux": "^0.2.12",
"script-loader": "^0.6.1",
"socket.io": "^1.3.7",
"socket.io-client": "^1.3.7",
"webpack-dev-server": "^1.12.0"
},
"devDependencies": {
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"css-loader": "^0.19.0",
"file-loader": "^0.8.5",
"node-libs-browser": "^0.5.2",
"style-loader": "^0.12.4",
"url": "^0.11.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.2"
},
"name": "macaronbit",
"description": "Vibrotactile Icon Editor",
"version": "1.0.0",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/pbucci/MacaronBit.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pbucci/MacaronBit/issues"
},
"homepage": "https://github.com/pbucci/MacaronBit#readme"
}