{
    "name": "tv4-file-loader",
    "version": "1.0.4",
    "description": "Adds loading schemas from a single file or a directory functionality to the tv4 schema validator.",
    "main": "lib/index.js",
    "scripts": {
        "test": "script/test",
        "watch": "script/watch"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/connected-world-services/tv4-file-loader.git"
    },
    "keywords": [
        "tv4",
        "schema",
        "validate",
        "validation",
        "load",
        "loading",
        "loader"
    ],
    "author": "Derek Mayer",
    "contributors": [
        {
            "name": "Derek Mayer",
            "email": "mayerderekj@gmail.com"
        },
        {
            "name": "Kyle Long",
            "email": "uilwen@gmail.com"
        }
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/connected-world-services/tv4-file-loader/issues"
    },
    "homepage": "https://github.com/connected-world-services/tv4-file-loader#readme",
    "devDependencies": {
        "codecov": "~1.0.1",
        "eslint": "~3.13.1",
        "istanbul": "~0.4.5",
        "jasmine": "~2.5.3",
        "jasmine-test-helpers": "~1.1.2",
        "tv4": "^1.2.7"
    },
    "dependencies": {
        "bluebird": "^3.4.7",
        "glob": "^7.1.0"
    }
}
