{
    "name": "yamlinc",
    "version": "0.1.10",
    "license": "MIT",
    "author": {
        "name": "Francesco Bianco",
        "email": "bianco@javanile.org"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/javanile/yamlinc.git"
    },
    "bin": {
        "yamlinc": "./bin/yamlinc"
    },
    "preferGlobal": true,
    "scripts": {
        "test": "mocha --reporter spec --recursive | sed '/^\\s*$/d'",
        "coverage": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --recursive"
    },
    "devDependencies": {
        "chai": "^3.5.0",
        "chai-fs": "^1.0.0",
        "cloudformation-schema-js-yaml": "^1.0.1",
        "mocha": "^5.2.0"
    },
    "dependencies": {
        "chokidar": "^2.0.4",
        "colors": "^1.3.3",
        "cuid": "^2.1.5",
        "deepmerge": "^2.2.1",
        "js-yaml": "^3.13.1",
        "mkdirp": "^0.5.1",
        "object.values": "^1.0.4"
    }
}
