{
  "name": "redux-periscope",
  "version": "1.0.2",
  "description": "Redux Periscope: In-depth monitoring for Redux applications",
  "main": "build/index.js",
  "scripts": {
    "clean": "rimraf build",
    "build": "babel src --out-dir build",
    "prepublish": "npm run clean && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shea-hawkins/periscope.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/shea-hawkins/periscope/issues"
  },
  "homepage": "https://github.com/shea-hawkins/periscope#readme",
  "dependencies": {
    "d3": "^3.4.3",
    "react": "^15.3.2",
    "react-collapsible": "^1.2.0",
    "react-dock": "^0.2.3",
    "react-json-tree": "^0.10.0",
    "react-pure-render": "^1.0.2",
    "react-redux": "^4.4.5"
  },
  "peerDependencies": {
    "react-dom": "^0.14.0 || ^15.0.0",
    "redux-devtools": "^3.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.16.0",
    "babel-core": "^6.17.0",
    "babel-eslint": "^7.0.0",
    "babel-preset-es2015": "^6.16.0",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-0": "^6.16.0",
    "eslint": "^3.7.1",
    "eslint-config-airbnb": "^12.0.0",
    "eslint-plugin-react": "^6.3.0",
    "rimraf": "^2.5.4"
  }
}
