-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 979 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 979 Bytes
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
34
{
"name": "copy-modules-webpack-plugin",
"version": "2.0.2",
"description": "A webpack plugin that copies the original sources of all bundled files to a specified directory so that they might be analyzed by separate tools",
"main": "index.js",
"scripts": {
"test": "node ./tests/test_project/CopyModulesWebpackPluginTest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonatype-nexus-community/copy-modules-webpack-plugin.git"
},
"keywords": [
"webpack-plugin",
"sonatype",
"javascript"
],
"files": [
"index.js"
],
"author": "Ross Pokorny",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sonatype-nexus-community/copy-modules-webpack-plugin/issues"
},
"homepage": "https://github.com/sonatype-nexus-community/copy-modules-webpack-plugin#readme",
"dependencies": {
"fs-extra": "=4.0.2"
},
"devDependencies": {
"node-dir": "=0.1.17",
"webpack": "=4.23.1"
}
}