grunt-contrib-compass
Version:
Compile Sass to CSS using Compass
52 lines (51 loc) • 1.04 kB
JSON
{
"name": "grunt-contrib-compass",
"description": "Compile Sass to CSS using Compass",
"version": "1.1.1",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"repository": "gruntjs/grunt-contrib-compass",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},
"main": "tasks/compass.js",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "^1.5.2",
"bin-version-check": "^2.0.0",
"dargs": "^2.0.3",
"onetime": "^1.0.0",
"tmp": "0.0.28",
"which": "^1.0.9"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-internal": "^0.4.10",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-shell": "^1.1.2"
},
"peerDependencies": {
"grunt": ">= 0.4.5"
},
"keywords": [
"gruntplugin",
"compass",
"scss",
"sass",
"css",
"compile",
"preprocessor",
"style"
],
"files": [
"tasks"
]
}