forked from blue-button/bluebutton.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.42 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
{
"name": "bluebutton",
"version": "0.0.19",
"description": "BlueButton.js allows web developers to parse and navigate complex health data with ease.",
"keywords": [
"bluebutton",
"bb",
"emr",
"medical",
"record"
],
"homepage": "http://blue-button.github.io/bluebutton.js",
"bugs": "https://github.com/blue-button/bluebutton.js/issues",
"author": {
"name": "Tom Black",
"url": "http://blacktm.com"
},
"contributors": [
{
"name": "Rob Dodson",
"email": "lets.email.rob@gmail.com",
"url": "http://robdodson.me"
}
],
"main": "build/bluebutton.js",
"repository": {
"type": "git",
"url": "git://github.com/blue-button/bluebutton.js.git"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"jsdom": "~0.8.8"
},
"devDependencies": {
"matchdep": "~0.1.1",
"grunt": "~0.4.0",
"bower": "~0.x",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-jasmine": "~0.5.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-umd": "~1.0.0",
"grunt-contrib-jshint": "~0.5.4",
"grunt-contrib-watch": "~0.4.4",
"grunt-jasmine-node": "~0.1.0",
"grunt-template-jasmine-requirejs": "~0.1.2",
"underscore": "~1.4.4"
},
"peerDependencies": {
"grunt": "~0.4.0",
"bower": "~0.x"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": []
}