forked from oyvindeh/ucss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
{
"author": "Øyvind Håkestad <[email protected]> (https://github.com/oyvindeh)",
"contributors": [
"Chris Adams <[email protected]> (https://github.com/acdha)",
"Hans S. Tømmerholt <[email protected]> (https://github.com/hanssto)",
"Crow Norlander <[email protected]> (https://github.com/crowjonah)"
],
"name": "ucss",
"description": "Find unused CSS rules",
"version": "0.4.1-beta",
"homepage": "https://github.com/operasoftware/ucss",
"repository": {
"type": "git",
"url": "[email protected]:operasoftware/ucss"
},
"main": "./lib/ucss.js",
"bin": {
"ucss": "bin/ucss.bin.js"
},
"keywords": [
"css",
"unused"
],
"dependencies": {
"optimist": "0.3.x",
"async": "0.2.x",
"cssom": "0.2.x",
"cheerio": "0.10.x",
"request": "2.10.x",
"q": "0.9.x"
},
"devDependencies": {
"buster": "0.6.x",
"sinon": "1.6.x"
},
"license": "BSD",
"engines": {
"node": ">=0.6"
}
}