forked from amida-tech/blue-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 1.88 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
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "blue-button",
"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]>",
"contributors": [
{
"name": "Matthew McCall",
"email": "[email protected]"
},
{
"name": "Afsin Ustundag",
"email": "[email protected]"
},
{
"name": "Jacob Sachs",
"email": "[email protected]"
},
{
"name": "Matt Martz",
"email": "[email protected]"
},
{
"name": "Christopher Best",
"email": "[email protected]"
}
],
"license": "Apache-2.0",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"blue-button-cms": "~1.5.2",
"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"
},
"devDependencies": {
"brfs": "~1.4.0",
"chai": "~3.0.0",
"coveralls": "~2.11.2",
"grunt": "~0.4.5",
"grunt-browserify": "~3.7.0",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-coveralls": "~1.0.0",
"grunt-istanbul-coverage": "~0.1.1",
"grunt-jsbeautifier": "~0.2.10",
"grunt-mocha-phantomjs": "~2.0.0",
"grunt-mocha-test": "~0.12.7",
"grunt-shell": "^1.1.2",
"mocha": "~2.2.4",
"mocha-lcov-reporter": "~0.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/amida-tech/blue-button.git"
},
"keywords": [
"bluebutton",
"blue-button",
"XML",
"JSON",
"CCDA",
"CMS",
"C32"
],
"bugs": {
"url": "https://github.com/amida-tech/blue-button/issues"
},
"homepage": "https://github.com/amida-tech/blue-button"
}