This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
117 lines (117 loc) · 2.27 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
117
{
"name": "bonnie",
"version": "5.1.6",
"description": "A tool for testing electronic clinical quality measures",
"main": "index.js",
"repository": "[email protected]:MeasureAuthoringTool/bonnie.git",
"author": "MITRE <[email protected]>",
"contributors": [
{
"name": "Peter Krautscheid",
"email": "[email protected]"
},
{
"name": "Janoo Fernandes"
},
{
"name": "Andre Quina",
"email": "[email protected]"
},
{
"name": "Lizzie Charbonneau",
"email": "[email protected]"
},
{
"name": "James Bradley",
"email": "[email protected]"
},
{
"name": "Liam Morley"
},
{
"name": "Chris Hossenlopp",
"email": "[email protected]"
},
{
"name": "Luke Osborne",
"email": "[email protected]"
},
{
"name": "Matt Mayer",
"email": "[email protected]"
},
{
"name": "Adam Holmes",
"email": "[email protected]"
},
{
"name": "Chris Tohline",
"email": "[email protected]"
},
{
"name": "Emma Nelson Hossenlopp"
},
{
"name": "Rob Dingwell",
"email": "[email protected]"
},
{
"name": "Alexander Elliott",
"email": "[email protected]"
},
{
"name": "Eric Lehner"
},
{
"name": "Michael O'Keefe",
"email": "[email protected]"
},
{
"name": "Kristian Mulcahy",
"email": "[email protected]"
},
{
"name": "Cole Springate-Combs",
"email": "[email protected]"
},
{
"name": "Jeff McCloud"
},
{
"name": "Sam Sayer",
"email": "[email protected]"
},
{
"name": "Becky Hack",
"email": "[email protected]"
},
{
"name": "Zach Lister",
"email": "[email protected]"
},
{
"name": "Cristen Jones",
"email": "[email protected]"
},
{
"name": "Lauren DiCristofaro",
"email": "[email protected]"
},
{
"name": "David Connolly"
},
{
"name": "Pace Ricciardelli"
}
],
"license": "Apache-2.0",
"scripts": {},
"dependencies": {
"browserify": "^17.0.0",
"cqm-execution": "4.1.4",
"rxjs": "^7.1.0"
},
"overrides": {
"moment": "2.30.1"
}
}