forked from jedahan/collections-api
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
58 lines (58 loc) · 1.28 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
{
"name": "collections-api",
"homepage": "http://scrAPI.org",
"bugs": "http://github.com/jedahan/collections-api/issues",
"contributors": [
"Jonathan Dahan"
],
"licenses": [
"ISC"
],
"version": "0.0.9",
"description": "frontend api services",
"author": "Jonathan Dahan <[email protected]>",
"keywords": [
"scrape",
"api",
"museum"
],
"dependencies": {
"cheerio": "^0.16.0",
"koa": "^0.6.3",
"koa-better-ratelimit": "^2.1.2",
"koa-compress": "^1.0.7",
"koa-cors": "0.0.13",
"koa-etag": "^1.2.4",
"koa-fresh": "0.0.3",
"koa-json-mask": "^0.1.0",
"koa-logger": "^1.2.1",
"koa-markdown": "0.0.3",
"koa-redis-cache": "0.0.7",
"koa-response-time": "^1.0.2",
"koa-router": "^3.1.4",
"koa-static": "^1.4.5",
"q": "^1.0.1",
"ramda": "^0.1.3",
"random-ua": "0.0.6",
"request": "^2.65.0",
"simple-rate-limiter": "^0.2.3",
"thunkify": "^2.1.1",
"traverse": "^0.6.6",
"xml2js": "^0.4.2"
},
"engines": {
"node": "^0.11.13",
"npm": "^1.4.9"
},
"scripts": {
"start": "node server.js",
"test": "standard"
},
"repository": {
"type": "git",
"url": "http://github.com/jedahan/collections-api.git"
},
"devDependencies": {
"standard": "^5.3.1"
}
}