forked from indieisaconcept/grunt-styleguide
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.34 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "grunt-styleguide",
"description": "Universal CSS styleguide generator for grunt. Easily integrate Styledocco or KSS styleguide generation into your development workflow.",
"version": "0.2.17",
"homepage": "https://github.com/indieisaconcept/grunt-styleguide",
"author": {
"name": "Jonathan Barnett",
"email": "[email protected]",
"url": "http://twitter.com/indieisaconcept"
},
"repository": {
"type": "git",
"url": "git://github.com/indieisaconcept/grunt-styleguide.git"
},
"bugs": {
"url": "https://github.com/indieisaconcept/grunt-styleguide/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/indieisaconcept/grunt-styleguide/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"dependencies": {
"wrench": "~1.5.8",
"styledocco": "~0.6.6",
"less": "1.x.x",
"kss": "~1.3.1",
"stylus": "~0.49.1"
},
"keywords": [
"gruntplugin",
"scss",
"sass",
"css",
"less",
"stylus",
"preprocessor",
"styleguide"
]
}