UNPKG

1.1 kBJSONView Raw
1{
2 "name": "@sanity/extract-text-webpack-plugin",
3 "version": "0.106.12",
4 "author": "Tobias Koppers @sokra",
5 "description": "Extract text from bundle into a file.",
6 "peerDependencies": {
7 "webpack": "^1.9.11"
8 },
9 "dependencies": {
10 "async": "^1.5.0",
11 "loader-utils": "^0.2.16",
12 "webpack-sources": "^0.1.0"
13 },
14 "devDependencies": {
15 "codecov.io": "^0.1.2",
16 "coveralls": "^2.11.2",
17 "css-loader": "^0.26.1",
18 "file-loader": "^0.9.0",
19 "istanbul": "^0.3.13",
20 "mocha": "^3.2.0",
21 "mocha-lcov-reporter": "0.0.2",
22 "raw-loader": "^0.5.1",
23 "should": "^11.1.0",
24 "style-loader": "^0.13.1",
25 "webpack": "^1.14.0"
26 },
27 "homepage": "http://github.com/webpack/extract-text-webpack-plugin",
28 "repository": {
29 "type": "git",
30 "url": "http://github.com/webpack/extract-text-webpack-plugin.git"
31 },
32 "license": "MIT",
33 "scripts": {
34 "test": "mocha",
35 "travis": "npm run cover -- --report lcovonly",
36 "cover": "istanbul cover _mocha",
37 "publish-patch": "mocha && npm version patch && git push && git push --tags && npm publish"
38 }
39}