{
  "name": "patch-resource",
  "authors": [
    "Sándor Krisztián"
  ],
  "description": "JSON Patch extension for Angular's ngResource module",
  "main": "dist/patch-resource.min.js",
  "keywords": [
    "patch",
    "json",
    "resource",
    "ngresource",
    "angular",
    "jsonpatch"
  ],
  "license": "MIT",
  "homepage": "https://github.com/christiansandor/patch-resource",
  "ignore": [
    ".gitignore",
    "gulpfile.js",
    "package.json",
    ".eslintrc.json",
    "src/**/*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}
