{
  "name": "json-diff-rfc6902",
  "main": "JSON-Diff.js",
  "version": "1.3.3",
  "homepage": "https://github.com/caohanyang/JSON-Diff",
  "description": "This framework is to compare two JSON data and generate the Patch",
  "keywords": [
    "JSON",
    "Diff",
    "Patch"
  ],
  "authors": [
    "Hanyang CAO"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "license": "LGPL-3.0"
}
