{
  "name": "json-partial",
  "version": "1.0.0",
  "description": "Parses a json file looking for partials. If found the partial is read and applied to the json file. On exit saves the json with the provided output name.",
  "main": "index.js",
  "dependencies": {
    "bluebird": "^3.5.0",
    "extchange": "^1.0.0",
    "grunt": "^1.0.1",
    "grunt-jslint": "^1.1.14",
    "js-object-pretty-print": "^0.3.0",
    "merge": "^1.2.0"
  },
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-jslint": "^1.1.14"
  },
  "scripts": {
    "test": "test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cvadillo/json-partial.git"
  },
  "keywords": [
    "JSON",
    "Expand",
    "Expandable"
  ],
  "author": "Carlos M. Vadillo Roca",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/cvadillo/json-partial/issues"
  },
  "homepage": "https://github.com/cvadillo/json-partial#readme"
}
