-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
28 lines (28 loc) · 885 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
{
"name": "node-hl7-complete",
"version": "3.1.1",
"description": "Node module that is bridged with the Java Hapi HL7 library",
"main": "index.js",
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js cover --include-all-sources ./node_modules/jasmine-node/bin/jasmine-node test/unit",
"unit_tests": "./node_modules/istanbul/lib/cli.js cover --include-all-sources ./node_modules/jasmine-node/bin/jasmine-node test/unit",
"functional_tests": "./node_modules/jasmine-node/bin/jasmine-node test/functional"
},
"dependencies": {
"java": "0.12.1",
"js2xmlparser": "4.0.1",
"xml2js": "0.4.23"
},
"devDependencies": {
"glob": "^7.0.6",
"istanbul": "0.4.4",
"jasmine-node": "1.14.5",
"proxyquire": "1.7.10",
"recursive-keys": "^0.9.0"
},
"engines": {
"node": ">12"
},
"author": "Matthew Vita",
"license": "MIT"
}