-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.12 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
{
"name": "gulp-css-purge",
"version": "3.0.9",
"description": "gulp plugin to purge, burn, reduce, shorten, compress, clean, trim and format duplicate, extra, excess or bloated CSS with CSS-PURGE.",
"homepage": "https://github.com/rbtech/gulp-css-purge",
"repository": {
"type": "git",
"url": "https://github.com/rbtech/gulp-css-purge.git"
},
"bugs": {
"url": "https://github.com/rbtech/gulp-css-purge/issues"
},
"readmeFilename": "README.md",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Andrew Quan <[email protected]> (http://redblueprint.com)",
"license": "MIT",
"keywords": [
"gulpplugin",
"CSS-PURGE gulp plugin",
"css",
"purge",
"clean",
"minify",
"uglify",
"duplicate",
"deduplicate",
"duplicate css",
"duplicate rules",
"duplicate properties",
"purge-css",
"minify-css",
"gulp-minify-css",
"gulp-purge-css",
"gulpfriendly"
],
"dependencies": {
"css-purge": "^3.1.0",
"gulp-util": "^3.0.8",
"through2": "^2.0.3"
},
"devDependencies": {}
}