{
  "name": "object-access",
  "version": "2.0.4",
  "description": "Access(read, write and delete) an object by hierarchical keys.",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "mocha --reporter spec ./test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kaelzhang/node-object-access.git"
  },
  "keywords": [
    "object-access",
    "object",
    "set",
    "get",
    "remove",
    "hierarchical",
    "null",
    "propagation",
    "operator",
    "null-propagation-operator",
    "alternative"
  ],
  "engines": {
    "node": ">=0.10.0"
  },
  "author": "kaelzhang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kaelzhang/node-object-access/issues"
  },
  "devDependencies": {
    "chai": "*",
    "clone": "^2.1.1",
    "mocha": "*",
    "run-mocha-cases": "^1.0.0"
  }
}
