UNPKG

webpack-plugin-pack-war

Version:

a plugin based on archiver to pack web project's output files to .war or .zip file.

25 lines (24 loc) 502 B
{ "name": "webpack-plugin-pack-war", "version": "1.0.1", "description": "a plugin based on archiver to pack web project's output files to .war or .zip file.", "main": "src/index.js", "scripts": {}, "repository": { "type": "git", "url": "https://gitee.com/web-tool/webpack-plugin-pack-war.git" }, "keywords": [ "output", "files", "to", ".war", "or", ".zip" ], "author": "jackey", "license": "ISC", "dependencies": { "archiver": "^5.3.0" } }