-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1.19 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
{
"name": "spider-web",
"dependencies": {
"alt": "^0.16.7",
"koa": "^0.20.0",
"koa-static": "^1.4.9",
"rolling-spider": "^1.4.x",
"socket.io": "^1.3.5"
},
"scripts": {
"start": "node --harmony server.js",
"test": "./node_modules/.bin/mocha --harmony test/index.js",
"build": "./node_modules/webpack/bin/webpack.js --dev webpack.config.js",
"try": "./node_modules/webpack/bin/webpack.js --harmony webpack.config.js && node --harmony server.js",
"watch": "./node_modules/webpack/bin/webpack.js --watch --dev webpack.config.js",
"tw": "./node_modules/.bin/mocha -w --harmony test/index.js",
"demo-listen": "node listener.js",
"demo-talk": "node talker.js"
},
"repository": "https://github.com/johnelliott/Waybot-node",
"devDependencies": {
"babel-core": "^5.4.7",
"babel-loader": "^5.1.3",
"eslint": "^0.22.1",
"eslint-plugin-react": "^2.4.0",
"keypress.js": "^2.1.0-1",
"material-ui": "^0.9.1",
"mocha": "^2.2.5",
"node-libs-browser": "^0.5.2",
"react": "^0.13.3",
"react-tap-event-plugin": "^0.1.7",
"request": "^2.55.0",
"should": "^6.0.1",
"socket.io-client": "^1.3.5",
"webpack": "^1.9.10"
}
}