{
    "name": "type-checker",
    "version": "0.0.1",
    "description": "\"simple type check tools\"",
    "main": "index.js",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "repository": {
        "type": "git",
        "url": "http://github.com/NobukazuHanada/type-checker/tree/v0.0.1"
    },
    "author": "nobkz",
    "dependencies" : {
        "chai" : "*",
        "mocha" : "*"
    },
    "license": "ISC"
}
