{
  "name": "LazyJsonUndoRedo",
  "main": "LazyJsonUndoRedo.js",
  "version": "0.9.7",
  "homepage": "https://github.com/azazdeaz/LazyJsonUndoRedo",
  "authors": [
    "polgar andras <azazdeaz@gmail.com>"
  ],
  "description": "A 'drop in' history handler with automatic undo/redo functionality for nested javascript objects, using ES6 Object.observe() or Polymer shim.",
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "keywords": [
    "undo",
    "redo",
    "history",
    "observe",
    "json",
    "automatic",
    "editor",
    "es6"
  ],
  "license": "unlicensed",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "LICENSE",
    "*.md"
  ],
  "devDependencies": {
    "mocha": "^1.20.1",
    "chai": "^1.9.1",
    "polymer": "^0.2.3"
  }
}
