-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
40 lines (40 loc) · 949 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
{
"name": "openmrs-contrib-atlas-node",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "NODE_ENV=development nodemon --delay 10 ./bin/www",
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cookie-parser": "~1.3.5",
"cryptiles": "^4.1.3",
"debug": "^4.1.1",
"ejs": "~2.5.5",
"express": "^4.17.1",
"express-session": "^1.14.0",
"extend": "^3.0.2",
"fresh": "^0.5.2",
"hoek": "^6.1.3",
"json2csv": "^4.5.1",
"ldapjs": "^1.0.2",
"log4js": "^6.4.1",
"mime": "^2.4.4",
"morgan": "^1.9.1",
"mysql": "^2.17.1",
"negotiator": "^0.6.2",
"node-schedule": "^1.3.2",
"nodemailer": "^6.2.1",
"rss": "^1.2.2",
"serve-favicon": "^2.5.0",
"sshpk": "^1.16.1",
"stringstream": "^1.0.0",
"uuid": "^2.0.2",
"which-country": "^1.0.0"
},
"devDependencies": {
"nodemon": "^2.0.3"
}
}