-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
36 lines (36 loc) · 835 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
{
"name": "webpack-permissions-plugin",
"version": "1.0.10",
"author": "George Kormaris <[email protected]>",
"description": "A webpack plugin to set permissions for your output files and folders",
"homepage": "https://github.com/GeKorm/webpack-permissions-plugin",
"license": "MIT",
"packageManager": "[email protected]",
"main": "index.js",
"files": [
"LICENSE",
"index.js",
"package.json",
"README.md"
],
"keywords": [
"webpack",
"plugin",
"permissions",
"node",
"chmod"
],
"repository": {
"type": "git",
"url": "https://github.com/GeKorm/webpack-permissions-plugin.git"
},
"bugs": {
"url": "https://github.com/GeKorm/webpack-permissions-plugin/issues"
},
"dependencies": {
"filehound": "^1.17.6"
},
"devDependencies": {
"prettier": "^3.3.2"
}
}