forked from HospitalRun/hospitalrun-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1014 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
{
"name": "hospitalrun-server",
"main": "app.js",
"version": "1.0.0-beta",
"description": "HospitalRun production server",
"homepage": "http://hospitalrun.io",
"scripts": {
"start": "node app.js",
"test": "snyk test && eslint *.js utils/*.js"
},
"repository": {
"type": "git",
"url": "[email protected]:HospitalRun/hospitalrun-server"
},
"author": "John Kleinschmidt",
"contributors": [
"Joel Worrall",
"Joel Glovier"
],
"license": "GPL-3.0",
"dependencies": {
"colors": "^1.1.2",
"csv-parse": "2.0.2",
"csv-stringify": "^2.0.0",
"express": "^4.13.4",
"hospitalrun": "1.0.0-beta",
"hospitalrun-dblisteners": "1.0.1",
"hospitalrun-server-routes": "1.0.0-beta",
"moment": "^2.15.2",
"morgan": "^1.6.1",
"nano": "^6.2.0",
"node-uuid": "^1.4.2",
"osprey": "^0.4.1",
"prompt": "^1.0.0",
"snyk": "^1.17.5"
},
"devDependencies": {
"camelize": "^1.0.0",
"relational-pouch": "^2.0.0"
},
"snyk": true
}