-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 KB
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
41
42
{
"name": "node-crawler-server",
"description": "casperjs server for scraping, with it you can simple write the script file , it can be executed in the browser and response you the result you expect. it can load ajax content as you are using browser.",
"version": "0.1.0",
"main": "./main.js",
"author": {
"name": "shawn",
"email": "shawn.liu@dotter.me"
},
"keywords": [
"casperjs",
"phantomjs",
"crawler",
"mongo",
"job queue"
],
"licenses": {
"type": "MIT"
},
"repository": {
"type": "git",
"url": "git@github.com:shawnLiujianwei/node-crawler-server.git"
},
"bugs": {
"url": "https://github.com/shawnLiujianwei/node-crawler-server/issues"
},
"dependencies": {
"async": "^0.9.0",
"bluebird": "^2.3.2",
"config": "^1.2.0",
"cron": "^1.0.4",
"lodash": "^2.4.1",
"log4js": "^0.6.21",
"mongo-bluebird": "0.0.4",
"request": "^2.44.0"
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.21.4",
"sinon": "^1.10.3"
}
}