{
  "name": "object-view",
  "version": "1.0.1",
  "description": "Take another view at your objects",
  "main": "index.js",
  "scripts": {
    "test": "standard && mocha"
  },
  "author": "Rob Halff",
  "license": "ISC",
  "dependencies": {
    "dot-object": "^1.4.1"
  },
  "devDependencies": {
    "mocha": "^2.4.5",
    "should": "^8.2.2",
    "standard": "^6.0.8"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rhalff/object-view.git"
  },
  "bugs": {
    "url": "https://github.com/rhalff/object-view/issues"
  },
  "tonicExampleFilename": "example.js",
  "homepage": "https://github.com/rhalff/object-view",
  "standard": {
    "globals": [
      "describe",
      "it"
    ]
  }
}
