This repository has been archived by the owner on Dec 1, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
/
package.json
75 lines (75 loc) · 1.65 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
{
"name": "bluebutton",
"version": "0.4.3",
"description": "BlueButton.js helps developers navigate complex health data with ease.",
"keywords": [
"bb",
"blue button",
"ccda",
"c-cda",
"ehr",
"emr",
"health",
"healthcare",
"medical",
"phr",
"record"
],
"homepage": "http://blue-button.github.io/bluebutton.js",
"bugs": "https://github.com/blue-button/bluebutton.js/issues",
"author": {
"name": "Tom Black",
"email": "[email protected]",
"url": "http://blacktm.com"
},
"contributors": [
{
"name": "Ravi Sankar",
"email": "[email protected]"
},
{
"name": "Tyler Hayes",
"email": "[email protected]"
},
{
"name": "Dmitry Kachaev",
"url": "http://twitter.com/kachok"
}
],
"main": "build/bluebutton.js",
"repository": {
"type": "git",
"url": "git://github.com/blue-button/bluebutton.js.git"
},
"scripts": {
"build": "grunt",
"test": "grunt test"
},
"dependencies": {
"xmldom": "~0.1.19",
"ejs": "^1.0.0"
},
"devDependencies": {
"bower": "*",
"grunt": "~0.4.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jasmine": "~0.5.3",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-jasmine-node": "~0.2.1",
"grunt-template-jasmine-requirejs": "~0.1.10",
"grunt-umd": "~1.7.3",
"matchdep": "~0.3.0",
"underscore": "~1.7"
},
"engines": {
"node": ">=0.10.0"
},
"licenses": [
"MIT"
]
}