-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathpackage.json
50 lines (50 loc) · 1.08 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
41
42
43
44
45
46
47
48
49
50
{
"name": "neocrawler",
"description": "Nodejs Distribute Crawler",
"keywords": [
"nodejs",
"crawler",
"phantomjs"
],
"author": {
"name": "James",
"email": "successage@gmail.com",
"url": "http://my.oschina.net/waterbear/blog"
},
"version": "2.0.0",
"main": "./run.js",
"bin": {
"run": "./run.js"
},
"repository": {
"type": "git",
"url": "http://git.oschina.net/dreamidea/neocrawler.git"
},
"dependencies": {
"async": ">=0.2.10",
"bufferhelper": "0.2.0",
"bytebuffer": "^5.0.1",
"cheerio": "0.12.4",
"debug": "^1.0.0",
"ejs": "0.8.5",
"express": "3.3.4",
"generic-pool": ">=2.1.1",
"hbase": "0.1.6",
"iconv-lite": "0.2.11",
"log4js": "0.6.9",
"mongodb": "^2.1.4",
"mysql": "2.0.0",
"optimist": "0.6.0",
"protobufjs": "^2.2.1",
"readable-stream": "^1.0.26-4",
"redis": ">=0.12.1",
"request": "2.33.0",
"stylus": "0.40.3",
"thrift": "0.9.1",
"zookeeper-watcher": "^0.2.0"
},
"scripts": {
"start": "node run.js",
"test": "node test/test.js"
}
}