{
  "name": "dobj",
  "version": "1.5.0",
  "description": "Object deep dot access. set, get, del methods available",
  "main": "index.js",
  "scripts": {
    "test": "jasmine-node ./spec"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:finalclass/dobj.git"
  },
  "devDependencies": {
    "jasmine-node": "1.11.x"
  },
  "keywords": [
    "dot",
    "access",
    "notation",
    "object",
    "deep",
    "access"
  ],
  "author": {
    "name": "Szymon Wygnański",
    "email": "s@finalclass.net"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/finalclass/dobj/issues"
  },
  "_from": "dobj@*",
  "_resolved": "https://registry.npmjs.org/dobj/-/dobj-1.3.0.tgz"
}
