grunt-scss-to-json
Version:
A grunt plugin that uses scss-to-json and writes the JSON to the file system.
48 lines (47 loc) • 1.08 kB
JSON
{
"name": "grunt-scss-to-json",
"description": "A grunt plugin that uses scss-to-json and writes the JSON to the file system.",
"version": "1.0.1",
"homepage": "https://github.com/ryanbahniuk/grunt-scss-to-json",
"author": {
"name": "Ryan Bahniuk",
"email": "ryan.bahniuk@gmail.com",
"url": "http://bahni.uk"
},
"repository": {
"type": "git",
"url": "git://github.com/ryanbahniuk/grunt-scss-to-json.git"
},
"bugs": {
"url": "https://github.com/ryanbahniuk/grunt-scss-to-json/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ryanbahniuk/grunt-scss-to-json/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "node test/scss_to_json_tests.js"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.5.0"
},
"peerDependencies": {
"grunt": ">=0.4.5"
},
"keywords": [
"gruntplugin",
"grunt",
"scss",
"json"
],
"dependencies": {
"scss-to-json": "^1.0.1"
}
}