-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.62 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
54
55
56
57
58
59
{
"name": "kermit-the-sloth",
"version": "1.0.0",
"description": "The most well-behaved and honorable web crawler you can imagine. Extensions and Plugins make kermit do exactly what you want.",
"license": "WTFPL",
"repository": "https://github.com/open-medicine-initiative/kermit.git",
"devDependencies": {
"chalk": "^1.1.1",
"codo": "github:open-medicine-initiative/codo",
"coffee-script": "^1.10.0",
"dir-compare": "^1.0.1",
"gulp": "gulpjs/gulp#4.0",
"gulp-clean": "^0.3.1",
"gulp-codo": "^1.0.4",
"gulp-gh-pages": "^0.5.4",
"gulp-memory-cache": "^0.3.0",
"gulp-mocha": "^2.1.3",
"gulp-run": "^1.6.11",
"gulp-util": "^3.0.7",
"mocha": "^2.3.3",
"must": "^0.13.1"
},
"dependencies": {
"beepbeep": "^1.2.0",
"beeper": "^1.1.1",
"bluebird": "^3.4.7",
"coffee-latte": "^1.0.1",
"cookie": "^0.3.1",
"dateformat": "^1.0.12",
"eventemitter2": "^2.2.1",
"fs-extra": "^0.26.2",
"html-to-json": "^0.5.1",
"koa": "^1.1.2",
"koa-body-parser": "^1.1.2",
"koa-router": "^5.4.0",
"koa-static": "^1.5.2",
"limiter": "^1.1.0",
"lodash": "^3.10.1",
"lokijs": "^1.4.1",
"mime": "^1.3.4",
"mitm": "^1.2.0",
"nedb": "^1.8.0",
"node-notifier": "^4.6.1",
"play": "^0.5.0",
"postal": "^1.0.8",
"request": "^2.67.0",
"request-debug": "^0.2.0",
"request-promise": "^4.2.2",
"socks5-http-client": "^1.0.2",
"socks5-https-client": "^1.1.2",
"synchronize": "^2.0.0",
"tough-cookie": "^2.3.2",
"urijs": "^1.17.0",
"yargs": "^4.2.0"
},
"scripts": {
"test": "gulp test:all"
}
}