forked from amida-tech/blue-button-xml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.52 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
66
67
68
69
70
{
"name": "blue-button-xml",
"version": "1.8.7",
"description": "Blue Button XML Parsing Infrastructure",
"main": "./index.js",
"browser": {
"./lib/xml.js": "./browser/lib/xml.js"
},
"directories": {
"doc": "docs",
"lib": "lib"
},
"scripts": {
"test": "grunt"
},
"author": "Dmitry Kachaev <[email protected]>",
"contributors": [{
"name": "Matthew McCall",
"email": "[email protected]"
},
{
"name": "Afsin Ustundag",
"email": "[email protected]"
},
{
"name": "Matt Martz",
"email": "[email protected]"
},
{
"name": "Christopher Best",
"email": "[email protected]"
},
{
"name": "Marc Sylvestre",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"engines": {
"node": ">= 14.19.3"
},
"dependencies": {
"libxmljs": "^1.0.9",
"lodash": "^4.17.21",
"moment": "^2.29.4"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-connect": "^3.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-jsbeautifier": "^0.2.13",
"grunt-run": "^0.8.1",
"jest": "^29.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/elationemr/blue-button-xml.git"
},
"keywords": [
"bluebutton",
"blue-button",
"xml",
"parsing"
],
"bugs": {
"url": "https://github.com/elationemr/blue-button-xml/issues"
},
"homepage": "https://github.com/elationemr/blue-button-xml"
}