{
  "name": "deep-property",
  "version": "1.1.0",
  "description": "Fetch, set, and test deeply nested object properties",
  "main": "index.js",
  "devDependencies": {
    "tap": ">=0.4.12"
  },
  "scripts": {
    "test": "tap test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mikattack/node-deep-property.git"
  },
  "homepage": "https://github.com/mikattack/node-deep-property",
  "keywords": [
    "accessor",
    "deep",
    "dotpath",
    "object",
    "property",
    "utility"
  ],
  "author": {
    "name": "Alex Mikitik"
  },
  "license": "BSD-2-Clause"
}