-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·45 lines (45 loc) · 1.08 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
{
"name": "openhim-mediator-plm-qmap",
"version": "1.0.0",
"description": "OpenHIM Mediator for running PLM QMAP imports",
"author": "Maurya",
"homepage": "https://github.com/maurya/openhim-mediator-plm",
"repository": {
"type": "git",
"url": "git://github.com/maurya/openhim-mediator-plm-qmap.git"
},
"bugs": {
"url": "https://github.com/maurya/openhim-mediator-plm-qmap/issues"
},
"scripts": {
"start": "node --harmony src/",
"test": "mocha",
"test:lint": "standard src/**/*.js"
},
"bin": {
"openhim-mediator-plm": "./bin/openhim-mediator-plm-qmap.js"
},
"main": "src/index.js",
"dependencies": {
"body-parser": "^1.15.0",
"cors": "^2.8.4",
"express": "^4.13.4",
"moment": "^2.11.2",
"openhim-mediator-utils": "^0.2.2",
"request": "^2.65.0",
"source-map-support": "^0.4.0",
"stdio": "^0.2.7",
"winston": "^2.2.0"
},
"devDependencies": {
"mocha": "^4.0.1",
"should": "^8.2.2",
"standard": "^10.0.3"
},
"keywords": [
"openhim",
"mediator",
"bash"
],
"license": "MPL-2.0"
}