You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.0 KiB
44 lines
1.0 KiB
{ |
|
"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 <dmitry@amida-tech.com>", |
|
"contributors": [ |
|
{ |
|
"name": "Matthew McCall", |
|
"email": "matt@amida-tech.com" |
|
}, |
|
{ |
|
"name": "Afsin Ustundag", |
|
"email": "afsin.ustundag@us.pwc.com" |
|
}, |
|
{ |
|
"name": "Matt Martz", |
|
"email": "matt.martz@amida-tech.com" |
|
}, |
|
{ |
|
"name": "Jerry Padgett", |
|
"email": "sjpadgett@gmail.com" |
|
} |
|
], |
|
"license": "Apache-2.0", |
|
"engines": { |
|
"node": ">= 0.10.0" |
|
}, |
|
"bundleDependencies": true, |
|
"dependencies": { |
|
"libxmljs2": "0.26.6", |
|
"moment": "~2.19.3", |
|
"uuid": "^2.0.1" |
|
}, |
|
"devDependencies": {} |
|
}
|
|
|