{
  "name": "@clubajax/proxify",
  "version": "0.9.10",
  "description": "Deep replace data with a new Proxy listeners ",
  "main": "src/proxify.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "grunt dev"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/clubajax/proxify.git"
  },
  "keywords": [
    "es6",
    "javascript",
    "Proxy"
  ],
  "author": "anm9tr@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/clubajax/proxify/issues"
  },
  "homepage": "https://github.com/clubajax/proxify#readme",
  "devDependencies": {
    "chai": "^4.0.2",
    "grunt": "^1.0.1",
    "grunt-concurrent": "^2.3.1",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-http-server": "^2.0.0",
    "mocha": "^3.4.2"
  }
}