blue-button-gen-fhir
Version:
FHIR generation from blue-button model
66 lines (65 loc) • 1.86 kB
JSON
{
"name": "blue-button-gen-fhir",
"version": "1.6.0-beta.2",
"description": "FHIR generation from blue-button model",
"main": "./index.js",
"dependencies": {
"blue-button": "~1.5.0",
"blue-button-fhir": "^1.6.0-beta",
"blue-button-meta": "~1.5.0",
"blue-button-model": "^1.5.0",
"blue-button-util": "^1.6.0-beta",
"bunyan": "~0.23.1",
"jsonapter": "0.0.1",
"moment": "~2.8.2",
"node-uuid": "~1.4.1"
},
"devDependencies": {
"chai": "^3.0.0",
"coveralls": "^2.11.2",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsbeautifier": "^0.2.10",
"grunt-mocha-test": "^0.12.7",
"grunt-shell": "^1.1.2",
"lodash": "^3.9.3",
"mocha": "^2.2.5"
},
"author": "Catalin Branea <catalin.branea@infoworld.ro>",
"contributors": [{
"name": "Radu Berca",
"email": "radu.berca@medicasoftllc.com"
}, {
"name": "Dmitry Kachaev",
"email": "dmitry@amida-tech.com"
}, {
"name": "Matthew McCall",
"email": "matt@amida-tech.com"
}, {
"name": "Afsin Ustundag",
"email": "afsin.ustundag@us.pwc.com"
}],
"scripts": {
"test": "grunt mocha",
"verify": "grunt"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/amida-tech/blue-button-gen-fhir.git"
},
"keywords": [
"blue-button",
"bluebutton",
"FHIR",
"CCDA",
"CMS",
"C32"
],
"bugs": {
"url": "https://github.com/amida-tech/blue-button-gen-fhir/issues"
},
"homepage": "https://github.com/amida-tech/blue-button-gen-fhir"
}