Source: node-copy-webpack-plugin
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
 , babeljs
 , node-babel-preset-es2015
 , mocha
 , chai
 , node-globby (>= 7.1.1)
 , node-cacache (>= 10.0.1)
 , node-find-cache-dir (>= 1.0.0)
 , node-serialize-javascript (>= 1.4.0)
 , node-is-glob (>= 4.0.0)
 , node-loader-utils (>= 0.2.15)
 , node-node-dir (>= 0.1.10)
 , node-lodash (>= 4.3.0)
 , node-minimatch (>= 3.0.4)
 , node-pify (>= 3.0.0)
 , node-p-limit (>= 1.0.0)
Standards-Version: 4.1.2
Homepage: https://github.com/webpack-contrib/copy-webpack-plugin
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-copy-webpack-plugin.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-copy-webpack-plugin.git

Package: node-copy-webpack-plugin
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-globby (>= 7.1.1)
 , node-cacache (>= 10.0.1)
 , node-find-cache-dir (>= 1.0.0)
 , node-serialize-javascript (>= 1.4.0)
 , node-is-glob (>= 4.0.0)
 , node-loader-utils (>= 0.2.15)
 , node-node-dir (>= 0.1.10)
 , node-lodash (>= 4.3.0)
 , node-minimatch (>= 3.0.4)
 , node-pify (>= 3.0.0)
 , node-p-limit (>= 1.0.0)
Description: Copy files and directories in webpack
 This webpack plugin copies individual files or entire directories to the build
 directory.
 .
 Webpack takes code targeted at node.js and makes it run in the browser.
 Node.js comes with API of its own that is not available in the browsers.
 Webpack exposes this code to programs that are unaware they are running in a
 browser.
 .
 Node.js is an event-based server-side JavaScript engine.
