Files
liquid/node_modules/grunt-contrib-sass/package.json
T
Tetsuro 82249c99b3 Set up Grunt
Fixing up Grunt file to watch for directories

Exclude node modules folder from Jekyll built site
2015-07-25 13:48:45 -04:00

108 lines
2.4 KiB
JSON

{
"name": "grunt-contrib-sass",
"description": "Compile Sass to CSS",
"version": "0.9.2",
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
"repository": {
"type": "git",
"url": "https://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",
"cross-spawn": "^0.2.3",
"dargs": "^4.0.0",
"which": "^1.0.5"
},
"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"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"scss",
"sass",
"css",
"compile",
"preprocessor",
"style"
],
"files": [
"tasks"
],
"contributors": [
{
"name": "Sindre Sorhus",
"url": "https://github.com/sindresorhus"
},
{
"name": "Radko Dinev",
"url": "https://github.com/radkodinev"
}
],
"gitHead": "693e73ca21020ea51af5f0e66704f7a950abc22d",
"bugs": {
"url": "https://github.com/gruntjs/grunt-contrib-sass/issues"
},
"homepage": "https://github.com/gruntjs/grunt-contrib-sass",
"_id": "[email protected]",
"_shasum": "749f0e78284e91452c5a57fe044dde34489513c6",
"_from": "grunt-contrib-sass@^0.9.2",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "sindresorhus",
"email": "[email protected]"
},
"maintainers": [
{
"name": "tkellen",
"email": "[email protected]"
},
{
"name": "cowboy",
"email": "[email protected]"
},
{
"name": "sindresorhus",
"email": "[email protected]"
},
{
"name": "shama",
"email": "[email protected]"
},
{
"name": "jmeas",
"email": "[email protected]"
}
],
"dist": {
"shasum": "749f0e78284e91452c5a57fe044dde34489513c6",
"tarball": "http://registry.npmjs.org/grunt-contrib-sass/-/grunt-contrib-sass-0.9.2.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/grunt-contrib-sass/-/grunt-contrib-sass-0.9.2.tgz",
"readme": "ERROR: No README data found!"
}