UNPKG

webpack-deploy-after-build

Version:
32 lines (31 loc) 789 B
{ "name": "webpack-deploy-after-build", "version": "1.0.5", "description": "Copy the dist folder to any other location after build.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/bitExploiter/webpack-deploy-after-build.git" }, "keywords": [ "webpack", "deploy", "copy", "assets", "build", "dist" ], "author": "Jorge Diaz Gacita <jorgedg1984@gmail.com>", "license": "GPL-3.0", "bugs": { "url": "https://github.com/bitExploiter/webpack-deploy-after-build/issues" }, "homepage": "https://github.com/bitExploiter/webpack-deploy-after-build#readme", "dependencies": { "del": "^3.0.0", "ncp": "^2.0.0" } }