forked from cgeorg/todomvp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 863 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
{
"name": "todomvp",
"version": "0.1.0",
"description": "Minimum Viable Pizza",
"main": "dist/script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.js.conf --devtool source-map -p src/app.js dist/script.js",
"develop": "webpack --config webpack.js.conf -w -d src/app.js dist/script.js"
},
"author": "Chris Marasti-Georg",
"license": "ISC",
"dependencies": {
"body-parser": "^1.12.4",
"cyclejs": "^0.24.0",
"express": "^4.12.4",
"jade": "^1.10.0",
"lodash": "^3.9.3",
"mongodb": "^2.0.33",
"mvp": "^0.1.2",
"q": "^1.4.1",
"socket.io": "^1.3.5"
},
"devDependencies": {
"babel-core": "^5.0.0",
"babel-loader": "^5.0.0",
"jsx-webpack-loader": "^0.1.2",
"webpack": "^1.7.2"
},
"engines": {
"node": "0.10.x"
}
}