-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
64 lines (64 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
58
59
60
61
62
63
64
{
"name": "grunt-csscomb",
"description": "The grunt plugin for sorting CSS properties in specific order.",
"version": "4.2.0",
"homepage": "https://github.com/csscomb/grunt-csscomb",
"author": [
{
"name": "Koji Ishimoto",
"email": "[email protected]",
"url": "http://t32k.me/"
},
{
"name": "Tony Ganch",
"email": "[email protected]",
"web": "http://tonyganch.com/"
}
],
"contributors": [
{
"name": "Shogo Sensui",
"email": "[email protected]",
"web": "http://1000ch.net/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/csscomb/grunt-csscomb.git"
},
"bugs": {
"url": "https://github.com/csscomb/grunt-csscomb/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/csscomb/grunt-csscomb/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 10.0.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"csscomb": "~4.3.0"
},
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-nodeunit": "^2.1.0"
},
"peerDependencies": {
"grunt": ">=1.0.0"
},
"keywords": [
"gruntplugin",
"CSScomb",
"Sass",
"SCSS",
"LESS"
]
}