forked from lejlabecirspahic/blue-button-model
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.62 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
{
"name": "blue-button-model",
"version": "1.10.0-fixed-dependencies.0",
"description": "Blue Button Model Validation",
"main": "/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "grunt mocha",
"verify": "grunt"
},
"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": "Jacob Sachs",
"email": "jacob@amida-tech.com"
}, {
"name": "Matt Martz",
"email": "matt.martz@amida-tech.com"
}],
"license": "Apache-2.0",
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"lodash": "~3.10.1",
"z-schema": "3.24.2"
},
"devDependencies": {
"chai": "~3.4.0",
"coveralls": "~2.11.2",
"grunt": "~0.4.5",
"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-test": "~0.12.7",
"mocha": "~2.3.3",
"mocha-lcov-reporter": "~1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/amida-tech/blue-button-model.git"
},
"keywords": [
"bluebutton",
"blue-button",
"model"
],
"bugs": {
"url": "https://github.com/amida-tech/blue-button-model/issues"
},
"homepage": "https://github.com/amida-tech/blue-button-model"
}