-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 977 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
{
"name": "cds-hooks-prefetch-proxy",
"version": "0.1.0",
"description": "Simple nodejs server that simulates the EHR's side of a CDS Hooks interaction",
"main": "app.js",
"scripts": {
"test": "mocha && eslint .",
"start": "node bin/www"
},
"repository": {
"type": "git",
"url": "git@github.com/cds-hooks/cds-hooks-prefetch-proxy.git"
},
"author": "Matt Berther",
"license": "MIT",
"bugs": {
"url": "https://github.com/cds-hooks/cds-hooks-prefetch-proxy/issues"
},
"homepage": "https://github.com/cds-hooks/cds-hooks-prefetch-proxy#readme",
"dependencies": {
"body-parser": "1.15.1",
"cds-validator": "0.3.0",
"express": "4.13.4",
"request-promise": "3.0.0",
"url-join": "^2.0.1",
"url-parse": "^1.2.0"
},
"devDependencies": {
"chai": "3.5.0",
"eslint": "^4.16.0",
"eslint-config-xo": "^0.19.0",
"mocha": "2.4.5",
"supertest": "1.2.0"
},
"engines": {
"node": "4.4.4"
}
}