{
    "name": "blue-button-meta",
    "version": "1.7.0",
    "description": "Metadata about Blue Button format (CCDA) internal structures",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "bluebutton",
        "metadata",
        "ccda"
    ],
    "author": "Dmitry Kachaev <dmitry.kachaev@gmail.com> (http://github.com/kachok)",
    "contributors": [{
        "name": "Matt Martz",
        "email": "matt.martz@gmail.com"
    }],
    "license": "Apache-2.0",
    "engines": {
        "node": ">= 0.10.0"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/amida-tech/blue-button-meta.git"
    },
    "bugs": {
        "url": "https://github.com/amida-tech/blue-button-meta/issues"
    },
    "homepage": "https://github.com/amida-tech/blue-button-meta",
    "devDependencies": {
        "chai": "^2.3.0",
        "coveralls": "^2.11.2",
        "grunt": "^0.4.5",
        "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",
        "mocha": "^2.2.5"
    }
}
