-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
50 lines (50 loc) · 1.14 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
{
"name": "collections-api",
"homepage": "http://scrAPI.org",
"bugs": "http://github.com/jedahan/collections-api/issues",
"contributors": [
"Jonathan Dahan"
],
"license": "ISC",
"version": "1.0.1",
"description": "frontend api services",
"author": "Jonathan Dahan <[email protected]>",
"keywords": [
"scrape",
"api",
"museum"
],
"dependencies": {
"koa": "^1.2.4",
"koa-compress": "^1.0.9",
"koa-conditional-get": "^1.0.3",
"koa-cors": "^0.0.16",
"koa-etag": "^2.1.1",
"koa-fresh": "^0.0.3",
"koa-json-mask": "^0.3.2",
"koa-logger": "^1.3.0",
"koa-markdown": "^2.0.1",
"koa-response-time": "^1.0.2",
"koa-router": "^5.4.0",
"koa-static": "^2.0.0",
"q": "^1.4.1",
"ramda": "^0.22.1",
"random-ua": "^0.0.6",
"request": "^2.76.0",
"simple-rate-limiter": "^0.2.3",
"traverse": "^0.6.6",
"xml2js": "^0.4.17"
},
"engines": {},
"scripts": {
"start": "node server.js",
"test": "standard"
},
"repository": {
"type": "git",
"url": "http://github.com/jedahan/collections-api.git"
},
"devDependencies": {
"standard": "^8.5.0"
}
}