-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 905 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
{
"name": "oe-cda-schematron",
"version": "1.0.1",
"description": "A javascript implementation of schematron testing for XML documents. This specifically resolves a need for a package that allows a quick, reliable install for validating HL7 clinical documents, such as C-CDA.",
"main": "validator.js",
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openemr/oe-cda-schematron.git"
},
"author": "Eric Wadkins, Jerry Padgett",
"license": "MIT",
"bugs": {
"url": "https://github.com/openemr/cda-schematron/issues"
},
"homepage": "https://github.com/openemr/cda-schematron#readme",
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.2.0"
},
"dependencies": {
"xmldom": "0.5.0",
"xpath": "0.0.23"
}
}