forked from amida-tech/blue-button
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 941 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
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "blue-button2",
"version": "1.10.2",
"description": "Blue Button (CCDA, C32, CMS) to JSON Parser.",
"main": "./index.js",
"directories": {
"doc": "doc",
"lib": "lib"
},
"scripts": {
"test": "grunt mocha"
},
"author": "Dmitry Kachaev <[email protected]>",
"license": "Apache-2.0",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"blue-button-cms": "~1.5.0",
"blue-button-meta": "1.7.0",
"blue-button-model": "~1.10.0",
"blue-button-xml": "~1.8.0",
"lodash": "^3.10.0",
"winston": "~1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/HowardEdidin/blue-button.git"
},
"keywords": [
"bluebutton",
"blue-button",
"XML",
"JSON",
"CCDA",
"CMS",
"C32"
],
"bugs": {
"url": "https://github.com/HowardEdidin/blue-button/issues"
},
"homepage": "https://github.com/HowardEdidin/blue-button"
}