{
  "name": "extractify",
  "version": "1.0.6",
  "description": "Browserify plugin to extract code to be lazy loaded into separate bundles",
  "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": "tap test/*.js --cov",
    "lint": "eslint ."
  },
  "author": "Devrim Tufan <tufandevrim@gmail.com>",
  "contributors": [
    {
      "name": "Irae Carvalho",
      "email": "irae@irae.pro.br"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "async": "^1.5.2",
    "shasum": "^1.0.2",
    "through2": "~2.0.1",
    "xtend": "^4.0.1"
  },
  "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-watch": "~0.6.1",
    "load-grunt-tasks": "^3.1.0",
    "pre-commit": "^1.1.2",
    "react": "^0.14.5",
    "react-dom": "^0.14.5",
    "tap": "^5.7.0",
    "watchify": "^3.7.0"
  },
  "pre-commit": [
    "lint",
    "test"
  ]
}
