99 lines
2.2 KiB
JSON
99 lines
2.2 KiB
JSON
|
{
|
||
|
"name": "grunt-contrib-sass",
|
||
|
"description": "Compile Sass to CSS",
|
||
|
"version": "0.8.1",
|
||
|
"homepage": "https://github.com/gruntjs/grunt-contrib-sass",
|
||
|
"author": {
|
||
|
"name": "Grunt Team",
|
||
|
"url": "http://gruntjs.com/"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/gruntjs/grunt-contrib-sass"
|
||
|
},
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "MIT",
|
||
|
"url": "https://github.com/gruntjs/grunt-contrib-sass/blob/master/LICENSE-MIT"
|
||
|
}
|
||
|
],
|
||
|
"engines": {
|
||
|
"node": ">=0.10.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "grunt test"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"async": "^0.9.0",
|
||
|
"chalk": "^0.5.1",
|
||
|
"dargs": "^2.0.0",
|
||
|
"which": "^1.0.5",
|
||
|
"win-spawn": "^2.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"grunt": "^0.4.5",
|
||
|
"grunt-contrib-clean": "^0.6.0",
|
||
|
"grunt-contrib-internal": "^0.4.10",
|
||
|
"grunt-contrib-jshint": "^0.10.0",
|
||
|
"grunt-contrib-nodeunit": "^0.4.1"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"grunt": ">=0.4.0"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"gruntplugin",
|
||
|
"scss",
|
||
|
"sass",
|
||
|
"css",
|
||
|
"compile",
|
||
|
"preprocessor",
|
||
|
"style"
|
||
|
],
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Sindre Sorhus",
|
||
|
"url": "http://github.com/sindresorhus"
|
||
|
}
|
||
|
],
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/gruntjs/grunt-contrib-sass/issues"
|
||
|
},
|
||
|
"_id": "grunt-contrib-sass@0.8.1",
|
||
|
"_shasum": "8de924480dc12a51d35abe96a721682afc88d800",
|
||
|
"_from": "grunt-contrib-sass@",
|
||
|
"_npmVersion": "1.4.9",
|
||
|
"_npmUser": {
|
||
|
"name": "sindresorhus",
|
||
|
"email": "sindresorhus@gmail.com"
|
||
|
},
|
||
|
"maintainers": [
|
||
|
{
|
||
|
"name": "tkellen",
|
||
|
"email": "tyler@sleekcode.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "cowboy",
|
||
|
"email": "cowboy@rj3.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "sindresorhus",
|
||
|
"email": "sindresorhus@gmail.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "shama",
|
||
|
"email": "kyle@dontkry.com"
|
||
|
},
|
||
|
{
|
||
|
"name": "jmeas",
|
||
|
"email": "jellyes2@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"dist": {
|
||
|
"shasum": "8de924480dc12a51d35abe96a721682afc88d800",
|
||
|
"tarball": "http://registry.npmjs.org/grunt-contrib-sass/-/grunt-contrib-sass-0.8.1.tgz"
|
||
|
},
|
||
|
"directories": {},
|
||
|
"_resolved": "https://registry.npmjs.org/grunt-contrib-sass/-/grunt-contrib-sass-0.8.1.tgz",
|
||
|
"readme": "ERROR: No README data found!"
|
||
|
}
|