forked from oyvindeh/ucss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 901 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
{
"author": "Øyvind Håkestad <oyvindeh@opera.com> (https://github.com/oyvindeh)",
"contributors": [
"Hans S. Tømmerholt <hanst@opera.com> (https://github.com/hanssto)"
],
"name": "ucss",
"description": "Find unused CSS rules",
"version": "0.2.1-beta",
"homepage": "https://github.com/operasoftware/ucss",
"repository": {
"type": "git",
"url": "git@github.com:operasoftware/ucss"
},
"main": "./lib/ucss.js",
"bin": {
"ucss": "bin/ucss.bin.js"
},
"keywords": [
"css",
"unused"
],
"dependencies": {
"optimist": "0.3.x",
"jsdom": "0.2.x",
"jquery": "1.7.x",
"async": "0.1.x",
"cssom": "0.2.x"
},
"devDependencies": {
"buster": "0.4.x",
"sinon": "1.3.x"
},
"license": "BSD",
"engines": {
"node": ">=0.6"
}
}