{
  "name": "react-monocle",
  "version": "0.1.6",
  "description": "A developer tool to visualize a React application's component hierarchy.",
  "main": "index.js",
  "scripts": {
    "build": "webpack --progress --colors --config  webpack.production.config.js --watch",
    "lint": "eslint src",
    "unit-tests": "mocha ./src/test/test.js",
    "start": "nodemon server/server.js",
    "test": "npm run lint || true && npm run unit-tests",
    "bundle-d3tree": "webpack --watch -d ./src/d3Tree/index.js ./src/d3Tree/bundle.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/team-gryff/react-monocle.git"
  },
  "keywords": [
    "react",
    "visualization",
    "d3",
    "developer",
    "tool"
  ],
  "author": "Michael-Bryant Choa <mbchoa@gmail.com>, Jenna Davis <jennadavis92@gmail.com>, Jerry Mao <jerryy.mao@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/team-gryff/react-monocle/issues"
  },
  "homepage": "https://github.com/team-gryff/react-monocle#readme",
  "bin": {
    "monocle": "./bin/cmd.js"
  },
  "babel": {
    "presets": [
      "airbnb",
      "react",
      "es2015",
      "stage-1"
    ],
    "plugins": [
      "transform-runtime"
    ]
  },
  "dependencies": {
    "acorn": "^3.2.0",
    "acorn-bfs": "^0.1.0",
    "acorn-jsx": "^3.0.1",
    "app-root-path": "^1.2.1",
    "commander": "^2.9.0",
    "d3": "^4.1.0",
    "escodegen": "^1.8.0",
    "glob": "^7.0.5",
    "lodash.assign": "^4.0.9",
    "lodash.clonedeep": "^4.3.2",
    "lodash.isequal": "^4.2.0",
    "react": "^15.1.0",
    "react-dom": "^15.1.0",
    "react-popover": "^0.4.4",
    "react-redux": "^4.4.5",
    "redux": "^3.5.2",
    "strip-comments": "^0.4.4"
  },
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-core": "^6.9.0",
    "babel-eslint": "^6.0.4",
    "babel-loader": "^6.2.4",
    "babel-plugin-transform-runtime": "^6.9.0",
    "babel-polyfill": "^6.9.0",
    "babel-preset-airbnb": "^2.0.0",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-1": "^6.5.0",
    "babel-register": "^6.9.0",
    "babel-runtime": "^6.9.2",
    "chai": "^3.5.0",
    "eslint": "^2.9.0",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.10.0",
    "eslint-plugin-jsx-a11y": "^1.5.3",
    "eslint-plugin-react": "^5.2.2",
    "express": "^4.13.4",
    "jsdom": "^9.2.1",
    "mocha": "^2.5.3",
    "nodemon": "^1.9.2",
    "react-addons-test-utils": "^15.1.0",
    "react-hot-loader": "^1.3.0",
    "rebass": "^0.3.0",
    "svg-inline-loader": "^0.6.1",
    "uglify-loader": "^1.3.0",
    "webpack": "^1.13.1",
    "webpack-dev-middleware": "^1.6.1",
    "webpack-dev-server": "^1.14.1",
    "webpack-hot-middleware": "^2.10.0"
  }
}
