{
  "name": "dive-buddy",
  "version": "1.2.0",
  "description": "Allows you to dive into properties without fear of NPE, lets you set a default return value",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover _mocha",
    "mocha": "mocha"
  },
  "repository": {
      "type": "git",
      "url": "https://github.com/gcochard/dive-buddy.git"
  },
  "keywords": [
    "dereference",
    "dive",
    "drill-down",
    "safety-drill",
    "object-safety",
    "safety"
  ],
  "author": "Greg Cochard",
  "license": "ISC",
  "devDependencies": {
    "coveralls": "^2.11.6",
    "eslint": "^1.10.3",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.4"
  }
}
