forked from FullHuman/purgecss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.03 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
{
"name": "gulp-purgecss",
"version": "2.1.2",
"description": "Gulp plugin for purgecss",
"author": "Ffloriel",
"homepage": "https://purgecss.com",
"keywords": [
"optimize",
"optimization",
"remove",
"unused",
"css",
"gulpplugin",
"gulp",
"plugin",
"purge",
"uncss"
],
"license": "MIT",
"main": "lib/gulp-purgecss.js",
"module": "./lib/gulp-purgecss.esm.js",
"types": "./lib/gulp-purgecss.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/FullHuman/purgecss.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"glob": "^7.1.6",
"plugin-error": "^1.0.1",
"purgecss": "^2.1.2",
"through2": "^3.0.1"
},
"devDependencies": {
"@types/through2": "^2.0.34",
"@types/vinyl": "^2.0.4",
"vinyl": "^2.2.0"
},
"bugs": {
"url": "https://github.com/FullHuman/purgecss/issues"
}
}