-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "composer-proxy",
"description": "Compose content from backends into single document",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/opendesk/composer-proxy"
},
"keywords": [
"proxy",
"HTML composition",
"response composition",
"response aggregation"
],
"author": "Stephen Ierodiaconou (http://opendesk.cc)",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/opendesk/composer-proxy/issues"
},
"homepage": "https://github.com/opendesk/composer-proxy",
"scripts": {
"test": "eslint -c .eslintrc.js . && jest",
"docs": "jsdoc -R ./README.md --verbose -P ./package.json -c ./jsdoc-config.json"
},
"engines": {
"node": ">=7.8.0"
},
"dependencies": {
"bluebird": "^3.5.0",
"http-proxy": "^1.16.2",
"koa": "^2.2.0",
"koa-router": "^7.1.1",
"koa-views": "^6.0.2",
"lodash.merge": "^4.6.0",
"pino": "^4.7.2",
"request": "^2.81.0",
"request-promise": "^4.2.0",
"synthetis": "git://github.com/opendesk/synthetis.git"
},
"devDependencies": {
"docdash": "^0.4.0",
"eslint": "^3.19.0",
"jest": "^20.0.4",
"jsdoc": "^3.4.3"
}
}