-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 1.23 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
51
{
"name": "floodesh",
"version": "0.8.19",
"description": "Floodesh is a distributed web spider/crawler written with Nodejs.",
"main": "index.js",
"scripts": {
"hint": "eslint lib/*.js worker/*.js client/*.js tests/*.js",
"test": "./node_modules/mocha/bin/mocha --timeout 10000 tests/test-*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bda-research/floodesh"
},
"keywords": [
"nodejs",
"distributed",
"web",
"spider",
"crawler"
],
"author": "Mike Chen",
"license": "ISC",
"bugs": {
"url": "https://github.com/bda-research/floodesh/issues"
},
"homepage": "https://github.com/bda-research/floodesh",
"engine-strict": {
"node": ">=4.0.0"
},
"dependencies": {
"commander": "^2.9.0",
"floodesh-lib": "^1.1.3",
"gearman-node-bda": "^0.10.0",
"mongodb": "^2.1.4",
"ramda": "^0.27.0",
"seenreq": "^2.0.0",
"winston": "^2.1.1"
},
"devDependencies": {
"co": "^4.6.0",
"mocha": "^2.4.5",
"mof-bottleneck": "0.1.0",
"mof-cheerio": "^1.0.1",
"mof-iconv": "^0.1.0",
"mof-request": "^0.1.0",
"should": "^8.2.1",
"should-sinon": "0.0.5",
"sinon": "^1.17.3",
"winston-daily-rotate-file": "^1.3.1"
}
}