grunt-csscomb
Version:
The grunt plugin for sorting CSS properties in specific order.
65 lines (64 loc) • 1.37 kB
JSON
{
"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": "ijok.ijok@gmail.com",
"url": "http://t32k.me/"
},
{
"name": "Tony Ganch",
"email": "tonyganch+github@gmail.com",
"web": "http://tonyganch.com/"
}
],
"contributors": [
{
"name": "Shogo Sensui",
"email": "shogo.sensui@gmail.com",
"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"
]
}