{
  "name": "extractify-react-complex-example",
  "version": "1.0.0",
  "description": "Example how to use extractify in a complex react & es6 project",
  "repository": {
    "type": "git",
    "url": "https://github.com/yahoo/extractify"
  },
  "bugs": {
    "url": "https://github.com/yahoo/extractify/issues",
    "email": "tufandevrim@gmail.com"
  },
  "keywords": [
    "browserify",
    "build-tools",
    "build",
    "plugin",
    "code-split",
    "extract",
    "lazy-loading",
    "on-demand-loading"
  ],
  "main": "index.js",
  "scripts": {
    "test": "eslint ."
  },
  "author": "Devrim Tufan <tufandevrim@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "react": "^0.14.5",
    "react-dom": "^0.14.5"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.5.0",
    "babel-preset-react": "^6.5.0",
    "babelify": "^7.2.0",
    "browserify": "^13.0.0",
    "eslint": "^2.3.0",
    "eslint-cli": "^1.1.0",
    "eslint-plugin-react": "^5.0.1",
    "grunt": "~0.4.5",
    "grunt-browserify": "~5.0.0",
    "grunt-cli": "~0.1.13",
    "grunt-contrib-connect": "^1.0.2",
    "grunt-contrib-watch": "~0.6.1",
    "load-grunt-tasks": "^3.1.0"
  },
  "pre-commit": [
    "lint",
    "test"
  ]
}
