forked from HospitalRun/hospitalrun-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 847 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
{
"name": "hospitalrun-server",
"main": "app.js",
"version": "0.9.2",
"description": "HospitalRun production server",
"homepage": "http://hospitalrun.io",
"scripts": {
"start": "node app.js",
"test": "jscs *.js dblisteners/*.js"
},
"repository": {
"type": "git",
"url": "[email protected]:HospitalRun/hospitalrun-server"
},
"author": "John Kleinschmidt",
"contributors": [
"Joel Worrall",
"Joel Glovier"
],
"license": "GPL-3.0",
"dependencies": {
"csv-parse": "0.0.6",
"express": "^4.13.4",
"hospitalrun": "0.9.2",
"hospitalrun-dblisteners": "0.9.1",
"hospitalrun-server-routes": "0.9.3",
"moment": "^2.8.4",
"morgan": "^1.6.1",
"nano": "^6.2.0",
"node-uuid": "^1.4.2"
},
"devDependencies": {
"camelize": "^1.0.0",
"relational-pouch": "^1.3.3"
}
}