forked from cssstats/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 989 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": "cssstats",
"version": "1.4.0",
"description": "High-level stats for stylesheets",
"main": "index.js",
"author": "Brent Jackson",
"license": "MIT",
"dependencies": {
"camelcase": "^1.0.2",
"commander": "^2.5.0",
"cssfontparser": "^1.1.0",
"gzip-size": "^1.0.0",
"has-class-selector": "0.0.1",
"has-id-selector": "0.0.1",
"has-pseudo-class": "0.0.1",
"has-pseudo-element": "0.0.1",
"is-vendor-prefixed": "0.0.1",
"lodash": "^3.0.0",
"postcss": "^4.0.6",
"specificity": "^0.1.4"
},
"repository": {
"type": "git",
"url": "https://github.com/jxnblk/css-statistics.git"
},
"keywords": [
"CSS",
"Performance",
"Stats",
"cssstats"
],
"bugs": {
"url": "https://github.com/jxnblk/css-statistics/issues"
},
"homepage": "https://github.com/jxnblk/css-statistics",
"devDependencies": {
"get-css": "0.0.2",
"mocha": "^2.1.0"
},
"scripts": {
"test": "mocha test"
}
}