-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 1008 Bytes
/
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
{
"name": "component-crawler",
"description": "registry that crawls github users",
"version": "0.1.2",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"license": "MIT",
"repository": "component/crawler.js",
"dependencies": {
"chanel": "^2.0.2",
"co": "^3.0.5",
"cogent": "~0.4.0",
"finished": "^1.1.1",
"knox": "^0.9.2",
"koa": "~0.5.1",
"koa-compress": "^1.0.3",
"koa-conditional-get": "^1.0.2",
"koa-etag": "^1.2.3",
"koa-json": "~0.0.2",
"koa-logger": "^1.2.0",
"koa-static": "^1.4.3",
"parse-link-header": "^0.2.0",
"raw-body": "^1.1.3",
"yield-ratelimit-reset": "^1.0.0"
},
"devDependencies": {
"supertest": "~0.10.0",
"mocha": "^1.18.0",
"should": "^3.1.3"
},
"scripts": {
"test": "make test",
"start": "node app"
},
"main": "lib",
"engines": {
"node": ">= 0.11.12"
}
}