-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
32 lines (32 loc) · 882 Bytes
/
package.json
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
{
"name": "webpack-extraneous-file-cleanup-plugin",
"version": "2.0.0",
"description": "A webpack plugin to remove unwanted files which may have been created and output due to multiple entry points",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnujRNair/webpack-extraneous-file-cleanup-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"cleanup",
"extraneous",
"chunks",
"multiple",
"entry",
"points"
],
"author": "Anuj Nair <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AnujRNair/webpack-extraneous-file-cleanup-plugin/issues"
},
"homepage": "https://github.com/AnujRNair/webpack-extraneous-file-cleanup-plugin#readme",
"devDependencies": {
"standard": "^10.0.2"
}
}