forked from HospitalRun/hospitalrun-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 749 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 749 Bytes
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
{
"name": "hospitalrun-server",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git@github.com:HospitalRun/server"
},
"dependencies": {
"csv-parse": "0.0.6",
"ejs": "^2.3.1",
"express": "<= 3.5.x",
"follow": ">=0.11.0",
"glob": "^4.0.6",
"mandrill-api": "^1.0.45",
"mkdirp": "^0.5.0",
"moment": "^2.8.4",
"nano": "<= 5.12.1",
"node-uuid": "^1.4.2",
"nodemailer": "^1.3.1",
"nodemailer-sendmail-transport": "^1.0.0",
"nodemailer-smtp-transport": "^1.0.0",
"passport": ">= 0.0.0",
"passport-google-oauth": "^0.2.0",
"request": "^2.53.0",
"serializer": "^0.0.3"
},
"devDependencies": {
"camelize": "^1.0.0",
"relational-pouch": "^1.3.3"
}
}