-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.1 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
{
"name": "oe-blue-button-generate",
"version": "1.5.10",
"description": "Blue Button CCDA Generator.",
"main": "./index.js",
"browser": {
"./lib/xmlutil.js": "./browser/lib/xmlutil.js"
},
"directories": {
"doc": "doc",
"lib": "lib"
},
"scripts": {},
"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": "Jerry Padgett",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"engines": {
"node": ">= 0.10.0"
},
"bundleDependencies": true,
"dependencies": {
"libxmljs": "^0.19.5",
"moment": "~2.19.3",
"uuid": "^2.0.1"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/sjpadgett/oe-blue-button-generate"
},
"keywords": [
"bluebutton"
],
"homepage": "https://github.com/openemr/oe-blue-button-generate"
}