-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.38 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
{
"name": "openhim-mediator-timr-dhis2-tz",
"version": "1.0.0",
"description": "Synchronization between Tanzania Immunization Registry and DHIS2",
"main": "start.js",
"dependencies": {
"async": "^3.2.0",
"axios": "^0.20.0",
"express": "^4.14.0",
"forever-monitor": "^1.7.1",
"humanize-age": "^1.0.0",
"is-json": "^2.0.1",
"lodash": "^4.16.3",
"moment": "^2.18.1",
"mongodb": "^2.2.31",
"nconf": "^0.11.3",
"nodemailer": "^4.1.3",
"onchange": "^2.5.0",
"openhim-mediator-utils": "^0.2.2",
"pg": "^8.3.3",
"request": "^2.75.0",
"rewire": "^2.5.2",
"sleep": "^5.1.1",
"snazzy": "^3.0.1",
"standard": "^6.0.8",
"strtotime": "^1.0.0",
"underscore": "^1.8.3",
"urijs": "^1.18.2",
"winston": "^2.2.0",
"xml-query": "^1.4.0",
"xml-reader": "^2.4.3",
"xmldom": "^0.1.22",
"xpath": "^0.0.23"
},
"devDependencies": {
"tap": "^5.8.0"
},
"scripts": {
"test": "tap test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openhie/openhim-mediator-timr-dhis2-tz.git"
},
"keywords": [
"mediator",
"openhim",
"timr"
],
"author": "Ally Shaban",
"license": "ISC",
"bugs": {
"url": "https://github.com/openhie/openhim-mediator-timr-dhis2-tz/issues"
},
"homepage": "https://github.com/openhie/openhim-mediator-timr-dhis2-tz#readme"
}