{
  "name": "path-object",
  "version": "2.3.0",
  "description": "access object keys with a path",
  "main": "index.js",
  "scripts": {
    "test": "standard && node test | tap-spec",
    "prepublish": "semantic-release pre",
    "postpublish": "semantic-release post"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/christophwitzko/path-object.git"
  },
  "keywords": [
    "path",
    "object"
  ],
  "author": "Christoph Witzko <npm@christophwitzko.com> (http://christophwitzko.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/christophwitzko/path-object/issues"
  },
  "homepage": "https://github.com/christophwitzko/path-object",
  "devDependencies": {
    "semantic-release": "^3.0.2",
    "standard": "*",
    "tap-spec": "^2.2.1",
    "tape": "^3.5.0"
  },
  "dependencies": {
    "core-util-is": "^1.0.1",
    "lodash.assign": "^3.0.0"
  }
}