UNPKG

bluebutton

Version:

BlueButton.js helps developers navigate complex health data with ease.

69 lines (68 loc) 1.52 kB
{ "name": "bluebutton", "version": "0.1.0", "description": "BlueButton.js helps developers navigate complex health data with ease.", "keywords": [ "bb", "blue button", "ehr", "emr", "health", "healthcare", "medical", "phr", "record" ], "homepage": "http://blue-button.github.io/bluebutton.js", "bugs": "https://github.com/blue-button/bluebutton.js/issues", "author": { "name": "Tom Black", "email": "tomblack@about.me", "url": "http://blacktm.com" }, "contributors": [ { "name": "Rob Dodson", "email": "lets.email.rob@gmail.com", "url": "http://robdodson.me" }, { "name": "Ravi Sankar", "email": "sankarravi+bbjs@gmail.com" } ], "main": "build/bluebutton.js", "repository": { "type": "git", "url": "git://github.com/blue-button/bluebutton.js.git" }, "scripts": { "test": "grunt test" }, "dependencies": { "xmldom": "*", "ejs": "*" }, "devDependencies": { "bower": "*", "grunt": "*", "xmldom": "*", "grunt-contrib-clean": "*", "grunt-contrib-concat": "*", "grunt-contrib-copy": "*", "grunt-contrib-jasmine": "^0.5.3", "grunt-contrib-jshint": "*", "grunt-contrib-uglify": "*", "grunt-contrib-watch": "*", "grunt-jasmine-node": "*", "grunt-template-jasmine-requirejs": "*", "grunt-umd": "*", "matchdep": "*", "underscore": "*", "ejs": "*" }, "engines": { "node": ">=0.10.0" }, "licenses": ["MIT"] }