-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
62 lines (62 loc) · 1.84 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "postcss-obfuscator",
"version": "1.6.1",
"description": "PostCSS plugin that helps you protect your CSS code by obfuscating class names and ids. with customizable configuration.",
"main": "index.js",
"scripts": {
"tailwindcss": "cd test/demo && npx tailwindcss -i ./src/css/input.css -o ./src/css/output.css --watch",
"postcss": "postcss test/demo/src/**/*.css --dir test/demo/out/css",
"postcss:watch": "postcss test/demo/src/**/*.css --dir test/demo/build --watch",
"obfuscate": "node test/demo/postcss-obfuscate",
"test": "node test/test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/n4j1Br4ch1D/postcss-obfuscator.git"
},
"keywords": [
"postcss",
"plugin",
"obfuscation",
"css",
"css classes",
"class renamer",
"postcss-rename-selectors",
"class prefixer",
"Postcss obfuscator",
"PostCSS obfuscation plugin",
"CSS obfuscation",
"Class name scrambling",
"CSS security",
"Obfuscate CSS code",
"Protect CSS code",
"Prevent CSS reverse-engineering",
"tailwindcss",
"tailwindcss classes list",
"tailwindcss classes array json",
"bootstrap",
"bootstrap classes array json",
"Scramble HTML classes",
"CSS anti-theft protection",
"code privacy",
"CSS code obfuscator",
"CSS class name encryption",
"anti web scraping",
"Anti-scraping tools",
"Anti-scraping technology",
"Web scraping prevention",
"Web crawling protection"
],
"author": "Najib Rachid",
"license": "MIT",
"bugs": {
"url": "https://github.com/n4j1Br4ch1D/postcss-obfuscator/issues"
},
"homepage": "https://github.com/n4j1Br4ch1D/postcss-obfuscator#readme",
"devDependencies": {
"css-selector-parser": "^3.0.4",
"postcss": "^8.4.35",
"postcss-cli": "^10.1.0",
"tailwindcss": "^3.2.7"
}
}