{
  "name": "json-patch",
  "author": "Byron Ruth <b@devel.io>",
  "version": "0.7.0",
  "description": "A JavaScript implementation of the JSON Object Notation (JSON) Patch http://tools.ietf.org/html/rfc6902 and JSON Pointer http://tools.ietf.org/html/rfc6901 specifications.",
  "license": "BSD",
  "keywords": [
    "diff",
    "patch",
    "json",
    "jsonpatch",
    "jsonpointer"
  ],
  "main": "jsonpatch.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/bruth/jsonpatch-js.git"
  },
  "devDependencies": {
    "coffee-script": "^1.12.3"
  }
}
