-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1.05 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": "taunus-todomvc",
"version": "1.0.0",
"description": "Taunus TodoMVC",
"engines": {
"node": "iojs-v2.3.3"
},
"main": "app.js",
"scripts": {
"start": "build/prepare && node app.js",
"dev": "build/development",
"test": "echo \"Error: no test specified\" && exit 1",
"preinstall": "npm install node-gyp-install && ./node_modules/node-gyp-install/bin.js"
},
"author": "JC Ivancevich <[email protected]>",
"license": "MIT",
"dependencies": {
"body-parser": "^1.13.2",
"browserify": "^10.2.4",
"dominus": "^5.0.1",
"express": "^4.13.1",
"hoganator": "^1.1.1",
"serve-static": "^1.10.0",
"skyrocket": "^1.2.1",
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.5",
"superagent": "^1.2.0",
"taunus": "^7.1.0",
"taunus-actions": "^1.0.0",
"taunus-express": "^3.0.0",
"todomvc-app-css": "^2.0.1",
"todomvc-common": "^1.0.2"
},
"devDependencies": {
"chokidar-cli": "^0.3.0",
"errorify": "^0.2.4",
"nodemon": "^1.3.7",
"watchify": "^3.2.3"
}
}