-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.1 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
{
"name":"mhd",
"version":"0.2.2",
"description":"IHE MHD profile service facade for node.js",
"keywords":["IHE", "MHD", "mHealth"],
"homepage":"http://github.com/Dunmail/mhd.js",
"bugs":{
"url":"http://github.com/Dunmail/mhd.js/issues"
},
"author":{
"name":"Dunmail Hodkinson",
"email":"[email protected]"
},
"contributors":[
{
"name":"Dunmail Hodkinson",
"email":"[email protected]"
}
],
"repository":{
"type":"git",
"url":"http://github.com/Dunmail/mhd.js.git"
},
"main":"./lib/mhd.js",
"engines":{
"node":"==0.8.14"
},
"dependencies":{
"dependable":">= 0.2.5",
"express":"== 3.x",
"validator":">= 1.5.1",
"mocha":">= 1.13.0",
"sinon":">= 1.7.3",
"supertest":">= 0.8.0",
"b64":"=1.0.1"
},
"scripts":{
"test":"mocha --recursive test"
},
"licenses":[
{
"type":"Apache 2.0",
"url":"https://github.com/Dunmail/mhd.js/blob/master/LICENSE"
}
]
}