-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 1.13 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
{
"name": "gulp-rcs",
"version": "3.0.0",
"description": "Minify all CSS selectors. The gulp plugin for rcs-core",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"gulpplugin",
"gulp",
"css",
"minify",
"rename",
"selectors",
"shrink",
"classes",
"compress",
"styles",
"munch",
"shorten",
"trim",
"reduce",
"downsize"
],
"repository": {
"type": "git",
"url": "git+https://github.com/JPeer264/gulp-rcs.git"
},
"author": "Jan Peer Stöcklmair <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JPeer264/gulp-rcs/issues"
},
"homepage": "https://github.com/JPeer264/gulp-rcs#readme",
"dependencies": {
"array-includes": "^3.0.2",
"gulp-match": "^1.1.0",
"html-minifier": "^3.5.21",
"json-extra": "^0.5.0",
"lodash.merge": "^4.6.2",
"plugin-error": "^1.0.1",
"through2": "^3.0.1",
"vinyl": "^2.2.0"
},
"devDependencies": {
"chai": "^3.5.0",
"fs-extra": "^1.0.0",
"mocha": "^3.2.0",
"rcs-core": "^3.5.0"
},
"peerDependencies": {
"rcs-core": "3.x"
}
}