-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 893 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
33
34
35
36
37
38
{
"name": "create-file-webpack-plugin",
"version": "1.0.1",
"description": "Webpack plugin for creating a file with static or dynamic content",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Cordazar/create-file-webpack-plugin.git"
},
"author": {
"name": "Ricard Fredin",
"email": "[email protected]",
"url": "https://github.com/cordazar"
},
"main": "index.js",
"engines": {
"node": ">=8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"webpack",
"webpack-plugin",
"create",
"file",
"make",
"generate",
"add"
],
"bugs": {
"url": "https://github.com/Cordazar/create-file-webpack-plugin/issues"
},
"homepage": "https://github.com/Cordazar/create-file-webpack-plugin#readme",
"peerDependencies": {
"webpack": ">=4"
}
}