{
  "_from": "react-json-tree@0.10.7",
  "_id": "react-json-tree@0.10.7",
  "_inBundle": false,
  "_integrity": "sha1-H2zRsbfcAfl0W3ow/6viyIDQTUw=",
  "_location": "/react-json-tree",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-json-tree@0.10.7",
    "name": "react-json-tree",
    "escapedName": "react-json-tree",
    "rawSpec": "0.10.7",
    "saveSpec": null,
    "fetchSpec": "0.10.7"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-json-tree/-/react-json-tree-0.10.7.tgz",
  "_shasum": "1f6cd1b1b7dc01f9745b7a30ffabe2c880d04d4c",
  "_spec": "react-json-tree@0.10.7",
  "_where": "/Users/jameskyburz/Documents/src/level-eventstore/packages/ui/src/ui",
  "author": {
    "name": "Shu Uesugi",
    "email": "shu@chibicode.com",
    "url": "http://github.com/chibicode"
  },
  "bugs": {
    "url": "https://github.com/chibicode/react-json-tree/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Alexander Kuznetsov",
      "email": "alexkuz@gmail.com",
      "url": "http://kuzya.org/"
    },
    {
      "name": "Dave Vedder",
      "email": "veddermatic@gmail.com",
      "url": "http://www.eskimospy.com/"
    },
    {
      "name": "Daniele Zannotti",
      "email": "dzannotti@me.com",
      "url": "http://www.github.com/dzannotti"
    }
  ],
  "dependencies": {
    "babel-runtime": "^6.6.1",
    "react-base16-styling": "^0.5.1"
  },
  "deprecated": false,
  "description": "React JSON Viewer Component, Extracted from redux-devtools",
  "devDependencies": {
    "babel-cli": "^6.7.7",
    "babel-core": "^6.7.7",
    "babel-eslint": "^6.0.3",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-es3-member-expression-literals": "^6.5.0",
    "babel-plugin-transform-es3-property-literals": "^6.5.0",
    "babel-plugin-transform-runtime": "^6.7.5",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-es2015-loose": "^7.0.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "eslint": "^2.8",
    "eslint-config-airbnb": "^8.0.0",
    "eslint-plugin-babel": "^3.2.0",
    "eslint-plugin-import": "^1.5.0",
    "eslint-plugin-jsx-a11y": "^1.0.2",
    "eslint-plugin-react": "^5.0.1",
    "expect": "^1.18.0",
    "isparta": "^4.0.0",
    "mocha": "^2.4.5",
    "pre-commit": "^1.1.3",
    "react": "^15.4.2",
    "react-addons-test-utils": "^15.0.0",
    "react-dom": "^15.4.2",
    "rimraf": "^2.5.2"
  },
  "homepage": "https://github.com/chibicode/react-json-tree",
  "keywords": [
    "react",
    "json viewer"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "react-json-tree",
  "peerDependencies": {
    "react": "^15.0.0",
    "react-dom": "^15.0.0"
  },
  "pre-commit": "lint",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chibicode/react-json-tree.git"
  },
  "scripts": {
    "build": "babel src --out-dir lib",
    "clean": "rimraf lib",
    "lint": "eslint --max-warnings=0 src test examples/src",
    "prepublish": "npm run test && npm run clean && npm run build",
    "start": "cd examples && npm start",
    "test": "npm run lint && NODE_ENV=test mocha --compilers js:babel-core/register --recursive",
    "test:cov": "babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha -- --recursive",
    "test:watch": "NODE_ENV=test mocha --compilers js:babel-core/register --recursive --watch"
  },
  "version": "0.10.7"
}
