-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·65 lines (65 loc) · 1.73 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "openhim-mediator-timr-vims-tz",
"version": "1.0.0",
"description": "Data Synchronization between Tanzania Immunization Registry and Vaccine Information Management System",
"main": "start.js",
"dependencies": {
"async": "^3.2.0",
"axios": "^0.20.0",
"body-parser": "^1.19.0",
"circular-json": "^0.3.1",
"cli-spinner": "^0.2.10",
"exec-php": "^0.0.3",
"express": "^4.17.1",
"express-xml-bodyparser": "^0.3.0",
"forever": "^0.15.3",
"forever-monitor": "^1.7.2",
"http": "^0.0.0",
"https": "^1.0.0",
"humanize-age": "^1.0.0",
"is-json": "^2.0.1",
"js2xmlparser": "^3.0.0",
"json-stream-stringify": "^2.0.4",
"lodash": "^4.17.20",
"moment": "^2.29.0",
"mongodb": "^2.2.36",
"nodemailer": "^4.7.0",
"onchange": "^2.5.0",
"openhim-mediator-utils": "^0.2.2",
"pg": "^7.18.2",
"promise": "^7.1.1",
"request": "^2.88.2",
"rewire": "^2.5.2",
"snazzy": "^3.0.1",
"standard": "^6.0.8",
"strtotime": "^1.0.0",
"underscore": "^1.11.0",
"urijs": "^1.19.2",
"winston": "^2.4.5",
"xml-query": "^1.5.0",
"xml-reader": "^2.4.3",
"xml2js": "^0.4.23",
"xml2json": "^0.11.2",
"xmldom": "^0.1.31",
"xpath": "^0.0.23"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openhie/openhim-mediator-timr-vims-tz.git"
},
"keywords": [
"timr",
"vaccine",
"mediator",
"openhim"
],
"author": "Ally Shaban",
"license": "ISC",
"bugs": {
"url": "https://github.com/openhie/openhim-mediator-timr-vims-tz/issues"
},
"homepage": "https://github.com/openhie/openhim-mediator-timr-vims-tz#readme"
}