-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 801 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 801 Bytes
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": "node-spider",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "./node_modules/.bin/nodemon bin/run",
"koa": "./node_modules/.bin/runkoa bin/www",
"pm2": "pm2 start bin/run ",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"co": "^4.6.0",
"debug": "^2.2.0",
"ejs": "~2.3.3",
"koa": "^2.0.0",
"koa-bodyparser": "^2.0.1",
"koa-convert": "^1.2.0",
"koa-json": "^1.1.1",
"koa-logger": "^1.3.0",
"koa-onerror": "^1.2.1",
"koa-router": "^7.0.0",
"koa-static": "^2.0.0",
"koa-views": "^5.0.1",
"runkoa": "^1.3.1",
"superagent": "^2.0.0",
"eventproxy": "^0.3.4",
"cheerio": "^0.20.0",
"request": "^2.72.0"
},
"devDependencies": {
"nodemon": "^1.8.1"
}
}