This repository has been archived by the owner on Dec 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
116 lines (116 loc) · 3.33 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"author": "Dmitry Kachaev, Matthew McCall, Ekavali Mishra, Jamie Johnson, Jacob Sachs, Matt Martz, Alexey Shchelokov and Afsin Ustundag",
"name": "DRE-Server",
"description": "Data Reconcilliation Engine (Server).",
"version": "1.5.0",
"repository": {
"type": "git",
"url": "[email protected]:amida-tech/DRE.git"
},
"bugs": {
"url": "https://github.com/amida-tech/DRE/issues"
},
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"dependencies": {
"async": "0.9.x",
"blue-button": "^1.5.0",
"blue-button-fhir": "^1.5.0",
"blue-button-gen-fhir": "^1.5.0",
"blue-button-generate": "^1.5.0",
"blue-button-hl7": "^1.0.0",
"blue-button-match": "^1.5.0",
"blue-button-meta": "^1.5.0",
"blue-button-pim": "^1.0.0",
"blue-button-record": "^1.5.0",
"blue-button-util": "^1.5.0",
"bluebird": "~2.9.24",
"body-parser": "1.12.3",
"chai": "2.2.x",
"chai-things": "0.2.0",
"connect": "3.3.x",
"connect-ensure-login": "0.1.1",
"connect-flash": "^0.1.1",
"connect-multiparty": "1.2.5",
"connect-redis": "2.2.0",
"cookie-parser": "1.3.4",
"debug": "^2.2.0",
"ejs": "^2.3.1",
"errorhandler": "1.3.5",
"express": "4.12.x",
"express-session": "1.11.1",
"grunt": "^0.4.5",
"grunt-execute": "0.2.2",
"hl7": "~1.0.0",
"jsdom": "^3.0.0",
"lodash": "^3.7.0",
"method-override": "2.3.2",
"mllp-node": "~1.0.0",
"mocha": "2.2.4",
"moment": "^2.10.3",
"mongodb": "2.0.x",
"mongoose": "4.0.2",
"morgan": "1.5.2",
"npi-js": "0.0.12",
"oauth2orize": "1.0.1",
"passport": "0.2.x",
"passport-http": "0.2.2",
"passport-http-bearer": "1.0.1",
"passport-local": "1.0.x",
"passport-local-mongoose": "~1.0.0",
"passport-oauth2-client-password": "0.1.2",
"redis": "0.12.1",
"request": "~2.55.0",
"serve-favicon": "2.2.0",
"serve-static": "~1.9.2",
"supertest": "0.15.0"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "node server.js",
"bench": "grunt benchmark && node lib/benchmark/show.js",
"test": "grunt"
},
"devDependencies": {
"blessed": "~0.1.5",
"blessed-contrib": "~2.0",
"blue-button-cms": "^1.5.0-beta.1",
"blue-button-xml": "^1.5.0-beta.1",
"grunt-autoprefixer": "^3.0.0",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compass": "^1.0.3",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-csslint": "^0.4.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-imagemin": "^0.9.4",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "~0.4.4",
"grunt-express-server": "~0.5.1",
"grunt-jsbeautifier": "^0.2.10",
"grunt-mocha-test": "~0.12.7",
"grunt-nodemon": "~0.4.0",
"grunt-protractor-runner": "^2.0.0",
"grunt-shell": "^1.1.2",
"grunt-svgmin": "^2.0.1",
"grunt-wiredep": "^2.0.0",
"istanbul": "^0.3.15",
"jshint-stylish": "^1.0.1",
"libxmljs": "^0.14.0",
"load-grunt-tasks": "^3.1.0",
"lodash-deep": "^1.6.0",
"protractor": "^2.1.0",
"protractor-html-screenshot-reporter": "0.0.19",
"time-grunt": "^1.1.1",
"xmldom": "*"
}
}