{
  "name": "fetch-dot",
  "version": "1.2.0",
  "description": "A pure function that allows you to retrieve a member of an object or an array utilizing dot notation",
  "author": "Mike Mclaren <mike@dialexa.com>",
  "homepage": "https://github.com/mikemclaren/fetch-dot",
  "bugs": {
    "url": "https://github.com/mikemclaren/fetch-dot/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mikemclaren/fetch-dot"
  },
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "keywords": [
    "dot",
    "notation",
    "dotnotation",
    "dot-notation",
    "fetch",
    "fetchDot",
    "string",
    "object",
    "array"
  ],
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.9",
    "istanbul": "^0.4.3",
    "mocha": "^2.5.3"
  }
}
