UNPKG

copy-webpack-plugin

Version:
36 lines (35 loc) 767 B
{ "name": "copy-webpack-plugin", "version": "1.1.1", "description": "Copy files and directories in webpack", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/kevlened/copy-webpack-plugin.git" }, "keywords": [ "webpack", "plugin", "transfer", "move", "copy" ], "author": "Len Boyette", "license": "MIT", "homepage": "https://github.com/kevlened/copy-webpack-plugin", "dependencies": { "bluebird": "^2.10.2", "fs-extra": "^0.26.4", "glob": "^6.0.4", "lodash": "^3.10.1", "minimatch": "^3.0.0", "node-dir": "^0.1.10" }, "scripts": { "test": "node ./node_modules/mocha/bin/mocha" }, "devDependencies": { "chai": "^3.4.0", "mocha": "^2.3.4" } }