-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 855 Bytes
/
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
{
"name": "grunt-rcs",
"version": "0.2.0",
"description": "The grunt task to the main module rename-css-selectors",
"main": "tasks/rcs.js",
"directories": {
"test": "test"
},
"keywords": [
"gruntplugin",
"css",
"minify",
"rename",
"selectors",
"shrink",
"classes",
"compress",
"styles",
"munch"
],
"repository": {
"type": "git",
"url": "https://www.github.com/jpeer264/grunt-rcs"
},
"dependencies": {
"async": "^2.1.2",
"chalk": "^1.1.3",
"json-extra": "^0.0.7",
"rcs-core": "^1.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"fs-extra": "^1.0.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"mocha": "^3.1.2"
},
"scripts": {
"test": "grunt && mocha --recursive"
},
"author": "Jan Peer Stöcklmair",
"license": "MIT"
}