forked from andrehrf/hawk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.58 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
52
53
{
"name": "hawk-webcrawler",
"version": "0.8.6",
"description": "Simple, fast webcrawler",
"keywords": ["hawk", "webcrawler, fast", "simple"],
"homepage": "https://github.com/andrehrf/hawk",
"author": "André Ferreira <[email protected]>",
"engines" : { "node" : ">=6.0.0" },
"scripts": {
"start": "node --expose-gc app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/andrehrf/hawk"
},
"bugs": {
"url": "https://github.com/andrehrf/hawk/issues"
},
"homepage": "https://github.com/andrehrf/hawk",
"dependencies": {
"async": "^1.5.2",
"optimist": "^0.6.1",
"express": "^4.13.4",
"morgan": "^1.6.1",
"compression": "^1.6.0",
"cookie-parser": "^1.4.1",
"body-parser": "^1.15.0",
"socket.io": "^1.4.4",
"require-directory": "^2.1.1",
"mongodb": "^2.1.4",
"aws-sdk": "^2.2.39",
"md5": "^2.0.0",
"glob": "^7.0.0",
"superagent": "^1.7.2",
"superagent-absoluteurl": "^0.0.3",
"superagent-proxy": "1.0.0",
"cheerio": "^0.20.0",
"network": "^0.1.3",
"moment": "^2.11.2",
"crc-32": "^0.3.0",
"phpjs": "^1.3.2",
"lodash": "^4.6.1",
"cron-parser": "^1.1.0",
"node-linux": "^0.1.7",
"usage": "^0.7.1",
"horus-client": "^0.0.1"
},
"devDependencies": {
"browser-sync": "^2.11.1",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.0.6"
}
}