{
  "name": "lazy-json-undo-redo",
  "version": "0.9.7",
  "description": "A 'drop in' history handler with automatic undo/redo functionality for nested javascript objects, using ES6 Object.observe() or Polymer shim.",
  "main": "LazyJsonUndoRedo.js",
  "scripts": {
    "min": "uglifyjs LazyJsonUndoRedo.js -o LazyJsonUndoRedo.min.js --source-map LazyJsonUndoRedo.min.js.map --screw-ie8 -c -m",
    "test": "mocha --harmony --ui tdd --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/azazdeaz/LazyJsonUndoRedo.git"
  },
  "keywords": [
    "undo",
    "redo",
    "history",
    "observe",
    "json",
    "automatic",
    "editor",
    "es6"
  ],
  "author": "Polgár András <azazdeaz@gmail.com>",
  "license": "unlicense",
  "bugs": {
    "url": "https://github.com/azazdeaz/LazyJsonUndoRedo/issues"
  },
  "homepage": "https://github.com/azazdeaz/LazyJsonUndoRedo",
  "devDependencies": {
    "mocha": "^1.20.1",
    "chai": "^1.9.1",
    "uglify-js": "^2.4.14"
  }
}
