{
  "name": "@mojule/json-tree",
  "version": "1.0.0",
  "description": "Tree API over JSON-compatible objects",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha"
  },
  "keywords": [
    "tree",
    "JSON"
  ],
  "author": "Nik Coughlin <nrkn.com@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mojule/json-tree.git"
  },
  "bugs": {
    "url": "https://github.com/mojule/json-tree/issues"
  },
  "homepage": "https://github.com/mojule/json-tree#readme",
  "devDependencies": {
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0"
  },
  "dependencies": {
    "@mojule/is": "^0.1.2",
    "@mojule/tree": "^1.0.0",
    "@mojule/utils": "^0.1.13"
  }
}
