-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 loc) · 876 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
{
"name": "grunt-css-metrics",
"version": "0.1.2",
"description": "Grunt task to analyse css files and log simple metrics.",
"homepage": "https://github.com/phamann/grunt-css-metrics",
"author": {
"name": "Patrick Hamann",
"url": "http://www.patrickhamann.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/phamann/grunt-css-metrics.git"
},
"bugs": {
"url": "https://github.com/phamann/grunt-css-metrics/issues"
},
"main": "gruntfile.js",
"engines": {
"node": "*"
},
"readmeFilename": "README.md",
"scripts": {
"test": "grunt"
},
"dependencies": {
"glob": "3.2.1",
"css-parse": "~1.4.0",
"humanize": "~0.0.7"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.4.3"
},
"keywords": [
"gruntplugin",
"css",
"css-metrics",
"analysis"
]
}