{
    "name": "typly",
    "description": "Generic Javascript type checker",
    "version": "0.3.0",
    "author": {
        "name": "Web Compliance Center",
        "email": "webcc@fit.fraunhofer.de"
    },
    "dependencies": {
        "underscore": "1.8.3",
        "uri-js": "2.1.1"
    },
    "devDependencies": {
        "commitizen": "^1.0.4",
        "cz-conventional-changelog": "^1.1.2",
        "ghooks": "^0.3.2",
        "gulp": "^3.9.0",
        "gulp-istanbul": "^0.10.1",
        "gulp-mocha": "^2.1.3",
        "istanbul": "^0.3.21",
        "uuid": "2.0.1",
        "mocha": "*"
    },
    "homepage": "https://github.com/webcc/typly",
    "main": "./lib/typly",
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "https://github.com/webcc/typly.git"
    },
    "readmeFilename": "README.md",
    "engines": {
        "node": ">=4.1.0"
    },
    "config": {
        "ghooks": { }
    },
    "scripts": {
        "test": "mocha -R spec test/**/*Test*.js",
        "coverage": "istanbul cover -x test/**/*Test*.js _mocha -- -R spec test/**/*Test*.js",
        "check-coverage": "istanbul check-coverage --statements 100 --branches 100 --functions 100 --lines 100"
    }
}
