{
    "name": "grunt-replace-json",
    "description": "Updates attributes of json files.",
    "version": "0.1.0",
    "homepage": "https://github.com/exo-dev/grunt-replace-json",
    "author": {
        "name": "Agustin Croce",
        "email": "agustinc@exo.com.ar"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/exo-dev/grunt-replace-json.git"
    },
    "bugs": {
        "url": "https://github.com/exo-dev/grunt-replace-json/issues"
    },
    "licenses": [{
        "type": "MIT",
        "url": "https://github.com/exo-dev/grunt-replace-json/blob/master/LICENCE.md"
    }],
    "engines": {
        "node": ">= 0.8.0"
    },
    "keywords": [
        "gruntplugin"
    ],
    "dependencies": {
        "lodash.set": "^4.3.2"
    }
}
