{
  "name": "extract-text-webpack-plugin",
  "version": "2.1.2",
  "author": "Tobias Koppers @sokra",
  "description": "Extract text from bundle into a file.",
  "engines": {
    "node": ">=4.3.0 < 5.0.0 || >= 5.10"
  },
  "main": "index.js",
  "files": [
    "schema",
    "ExtractedModule.js",
    "index.js",
    "loader.js",
    "OrderUndefinedError.js"
  ],
  "peerDependencies": {
    "webpack": "^2.2.0"
  },
  "dependencies": {
    "schema-utils": "^0.3.0",
    "async": "^2.1.2",
    "loader-utils": "^1.0.2",
    "webpack-sources": "^1.0.1"
  },
  "devDependencies": {
    "codecov.io": "^0.1.6",
    "coveralls": "^2.11.2",
    "css-loader": "^0.28.4",
    "file-loader": "^0.11.2",
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0",
    "mocha-lcov-reporter": "1.3.0",
    "raw-loader": "^0.5.1",
    "should": "^11.1.2",
    "standard-version": "^4.1.0",
    "style-loader": "^0.18.2",
    "webpack": "^2.6.1"
  },
  "homepage": "http://github.com/webpack-contrib/extract-text-webpack-plugin",
  "repository": {
    "type": "git",
    "url": "http://github.com/webpack-contrib/extract-text-webpack-plugin.git"
  },
  "license": "MIT",
  "scripts": {
    "test": "mocha",
    "travis": "npm run cover -- --report lcovonly",
    "cover": "istanbul cover _mocha",
    "release": "standard-version",
    "build:example": "(cd example && webpack)"
  },
  "_from": "extract-text-webpack-plugin@2.1.2",
  "_resolved": "http://registry.npm.taobao.org/extract-text-webpack-plugin/download/extract-text-webpack-plugin-2.1.2.tgz"
}