forked from isonet/war-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 920 Bytes
/
package.json
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
26
27
28
29
30
31
32
33
{
"name": "war-webpack-plugin",
"version": "1.0.2",
"description": "Generate a Tomcat war from your webpack build result",
"main": "index.js",
"scripts": {
"build": "webpack -p --config test/webpack.config.babel.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isonet/war-webpack-plugin.git"
},
"bugs": {
"url": "https://github.com/isonet/war-webpack-plugin/issues"
},
"homepage": "https://github.com/isonet/war-webpack-plugin#readme",
"author": "Paul Biester",
"license": "MIT",
"dependencies": {
"archiver": "^1.3.0",
"babel-core": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"download": "^6.0.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.4.0",
"file-loader": "^0.11.1",
"webpack": "^2.4.1"
}
}