UNPKG

1.1 kBJSONView Raw
1{
2 "name": "purgecss",
3 "version": "4.0.3",
4 "description": "Remove unused css selectors",
5 "author": "Ffloriel",
6 "homepage": "https://purgecss.com",
7 "keywords": [
8 "optimize",
9 "optimization",
10 "remove",
11 "unused",
12 "css",
13 "html",
14 "rules",
15 "purge",
16 "uncss",
17 "purify"
18 ],
19 "license": "MIT",
20 "main": "lib/purgecss.js",
21 "module": "./lib/purgecss.esm.js",
22 "types": "./lib/purgecss.d.ts",
23 "bin": {
24 "purgecss": "bin/purgecss.js"
25 },
26 "directories": {
27 "lib": "lib",
28 "test": "__tests__"
29 },
30 "files": [
31 "bin",
32 "lib"
33 ],
34 "repository": {
35 "type": "git",
36 "url": "git+https://github.com/FullHuman/purgecss.git"
37 },
38 "scripts": {
39 "test": "echo \"Error: run tests from root\" && exit 1"
40 },
41 "dependencies": {
42 "commander": "^6.0.0",
43 "glob": "^7.0.0",
44 "postcss": "^8.2.1",
45 "postcss-selector-parser": "^6.0.2"
46 },
47 "devDependencies": {
48 "@types/glob": "^7.1.1"
49 },
50 "bugs": {
51 "url": "https://github.com/FullHuman/purgecss/issues"
52 },
53 "gitHead": "ff1c5582383288e5300ecfb798a89e262d65c071"
54}