{
  "name": "park",
  "version": "1.2.0",
  "description": " CLI and API for getting and setting `package.json` values. Useful for quickly changing values or copying values to the keyboard.",
  "keywords": [
    "npm",
    "cli",
    "package.json"
  ],
  "scripts": {
    "test": "cd test/ && mocha . && cd .."
  },
  "author": "Richard Foster <richard@rpf.me> (http://rpf.me/)",
  "license": "MIT",
  "dependencies": {
    "find-root": "^0.1.1"
  },
  "main": "index.js",
  "bin": {
    "park": "bin/cli.js"
  },
  "preferGlobal": "true",
  "devDependencies": {
    "chai": "^1.10.0"
  }
}
