-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
36 lines (36 loc) · 967 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": "mangle-css-class-webpack-plugin",
"version": "5.1.0",
"license": "MIT",
"description": "Minifies and obfuscates the class names in your existing JavaScript, CSS, and HTML without any modern css modules.",
"author": "sndyuk",
"main": "index.js",
"files": [
"lib",
"index.js"
],
"devDependencies": {
"chalk": "^4.1.2",
"css-loader": "^6.7.1",
"html-loader": "^4.2.0",
"jasmine": "^3.99.0",
"rimraf": "^3.0.2",
"standard-version": "^9.5.0",
"style-loader": "^2.0.0",
"webpack": "^5.65.0"
},
"dependencies": {},
"scripts": {
"test": "jasmine",
"release": "standard-version"
},
"bugs": "https://github.com/sndyuk/mangle-css-class-webpack-plugin/issues",
"homepage": "https://github.com/sndyuk/mangle-css-class-webpack-plugin",
"repository": "https://github.com/sndyuk/mangle-css-class-webpack-plugin.git",
"keywords": [
"Webpack",
"css",
"minify",
"mangle"
]
}