forked from TiddoLangerak/webpack-fail-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 674 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "webpack-fail-plugin",
"version": "2.0.0",
"description": "Webpack plugin that makes the process return an error code on failure",
"main": "index.js",
"engines": {
"node": ">=0.11.12"
},
"keywords": [
"webpack"
],
"peerDependencies": {
"webpack": "^1.9.11 || ^2 || ^3"
},
"author": "Tiddo Langerak <tiddolangerak@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/TiddoLangerak/webpack-fail-plugin.git"
},
"bugs": {
"url": "https://github.com/TiddoLangerak/webpack-fail-plugin/issues"
},
"homepage": "https://github.com/TiddoLangerak/webpack-fail-plugin#readme"
}