-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.03 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.03 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
43
44
45
46
{
"name": "roach",
"description": "A very adaptable web crawler framework. Impossible to kill.",
"version": "0.1.2",
"author": {
"name": "PetroFeed Inc.",
"email": "info@petrofeed.com"
},
"homepage": "http://petrofeed.com",
"repository": {
"type": "git",
"url": "git@github.com:PetroFeed/roach.git"
},
"engines": {
"node": "=0.10.x",
"npm": "=1.2.x"
},
"main": "index.js",
"devDependencies": {
"chai": "~1.4.0",
"grunt-simple-mocha": "~0.4.x",
"mocha": "~1.8.2",
"grunt": "~0.4.1",
"grunt-dox": "~0.4.1",
"sinon": "~1.7.2",
"sinon-chai": "~2.4.0",
"grunt-release": "~0.3.3"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"underscore": "~1.4.4",
"amqp": "=0.1.6",
"mongoskin": "~0.5.0",
"redis": "~0.8.4",
"request": "~2.21.0",
"cheerio": "~0.11.0",
"doors": "PetroFeed/doors",
"moment": "~2.4.0",
"underscore.string": "~2.3.1",
"adm-zip": "~0.4.3",
"bucket-array": ">=0.0.2",
"debug": "~0.7.2"
}
}