-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.66 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.66 KB
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
{
"name": "@amida-tech/blue-button-generate",
"version": "1.5.10",
"description": "Blue Button CCDA Generator.",
"main": "./index.js",
"browser": {
"./lib/xmlutil.js": "./browser/lib/xmlutil.js"
},
"directories": {
"doc": "doc",
"lib": "lib"
},
"scripts": {
"test": "grunt test",
"coverage": "grunt coverage"
},
"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": "Matt Martz",
"email": "matt.martz@amida-tech.com"
}
],
"license": "Apache-2.0",
"engines": {
"node": ">= 14.19.3"
},
"dependencies": {
"@amida-tech/blue-button-meta": "^1.7.5",
"@amida-tech/blue-button-util": "^1.6.5",
"libxmljs": "^1.0.11",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@amida-tech/blue-button": "^1.10.11",
"brfs": "^2.0.2",
"grunt": "^1.6.1",
"grunt-contrib-connect": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-coveralls": "^2.0.0",
"grunt-express-server": "^0.5.4",
"grunt-jsbeautifier": "^0.2.13",
"grunt-run": "^0.8.1",
"jest": "^29.7.0",
"xml2js": "^0.6.2"
},
"repository": {
"type": "git",
"url": "https://github.com/amida-tech/blue-button-generate.git"
},
"keywords": [
"bluebutton",
"ccda"
],
"bugs": {
"url": "https://github.com/amida-tech/blue-button-generate/issues"
},
"homepage": "https://github.com/amida-tech/blue-button-generate"
}