{
  "name": "react-tree-component",
  "version": "0.1.0",
  "description": "Easy-to-use component for rendering object trees in React.js",
  "main": "index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:zetkin/react-tree-component.git"
  },
  "keywords": [
    "react",
    "tree",
    "component",
    "recursive",
    "json",
    "object",
    "inspect"
  ],
  "browserify": {
    "transform": [
      "reactify"
    ]
  },
  "jest": {
    "scriptPreprocessor": "<rootDir>/preprocessor.js",
    "unmockedModulePathPatterns": [
      "<rootDir>/node_modules/react"
    ]
  },
  "author": "Richard Olsson <r@richardolsson.se>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/zetkin/react-tree-component/issues"
  },
  "homepage": "https://github.com/zetkin/react-tree-component",
  "peerDependencies": {
    "react": "^0.13.1"
  },
  "dependencies": {
    "reactify": "^1.1.0"
  },
  "devDependencies": {
    "browserify": "^9.0.8",
    "del": "^1.1.1",
    "gulp": "^3.8.11",
    "gulp-react": "^3.0.1",
    "jest-cli": "^0.4.0",
    "react": "^0.13.1",
    "react-tools": "^0.13.2",
    "reactify": "^1.1.0",
    "vinyl-source-stream": "^1.1.0"
  }
}
