forked from rbren/fhir-swagger
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 792 Bytes
/
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
{
"name": "fhir-swagger",
"version": "2.2.0",
"description": "Helper for creating Swagger from FHIR APIs ======",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/bobby-brennan/fhir-swagger.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bobby-brennan/fhir-swagger/issues"
},
"dependencies": {
"async": "~1.4.0",
"express": "~4.13.1",
"json-schema-generator": "bobby-brennan/json-schema-generator#patch-1",
"jsonix": "~2.3.0",
"request": "^2.69.0",
"xsd2json": "~1.4.3",
"yargs": "^3.32.0"
},
"bin": {
"fhir-swagger": "./bin/fhir-swagger"
},
"devDependencies": {
"chai": "^3.5.0",
"lucy-console": "^1.1.0"
}
}