{
  "name": "nullsafe-object",
  "version": "0.0.2",
  "description": "Create null safe property accessible Object library for JavaScript",
  "main": "index.js",
  "repository": "https://github.com/remew/nullsafe-object.git",
  "author": "remew <foolishremew@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/remew/nullsafe-object/issues"
  },
  "homepage": "https://github.com/remew/nullsafe-object#readme",
  "devDependencies": {
    "ava": "^0.19.1",
    "eslint": "^3.19.0"
  },
  "keywords": [
      "nullsafe",
      "nullable",
      "optional"
  ],
  "scripts": {
    "test": "ava"
  }
}
