-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 839 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
34
35
{
"name": "nodejs-spider",
"version": "0.0.1",
"description": "nodejs-spider",
"main": "index.js",
"dependencies": {
"async": "^1.5.0",
"cheerio": "^0.19.0",
"eventproxy": "^0.3.4",
"express": "^4.15.2",
"google-auth-library": "^0.12.0",
"googleapis": "^22.2.0",
"jquery": "^3.2.1",
"mongodb": "^2.2.26",
"phantom": "^4.0.8",
"sleep": "^5.1.1",
"superagent": "^1.4.0",
"superagent-proxy": "^1.0.3"
},
"devDependencies": {},
"scripts": {
"test": "node index.js",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/qiuziz/nodejs-spider.git"
},
"author": "Coco",
"license": "ISC",
"bugs": {
"url": "https://github.com/qiuziz/nodejs-spider/issues"
},
"homepage": "https://github.com/qiuziz/nodejs-spider/"
}