{
  "name": "keypather",
  "version": "1.10.2",
  "description": "Get or set a object values from a keypath string. Supports bracket notation, dot notation, and functions",
  "main": "index.js",
  "scripts": {
    "test-watch": "nodemon --delay 1 -w *.js -w lib -w test -w configs -x npm test",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tjmehta/value-for-keypath.git"
  },
  "keywords": [
    "keypath",
    "value",
    "traversal",
    "dot",
    "notation",
    "bracket",
    "notation",
    "function",
    "path",
    "array",
    "object",
    "dot",
    "notation",
    "node",
    "module",
    "key",
    "keys",
    "string"
  ],
  "author": "Tejesh Mehta",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tjmehta/value-for-keypath/issues"
  },
  "homepage": "https://github.com/tjmehta/value-for-keypath",
  "dependencies": {
    "101": "^1.0.0"
  },
  "devDependencies": {
    "should": "~3.1.2",
    "mocha": "~1.17.1",
    "nodemon": "~1.0.20"
  }
}
