sass-json-export
Version:
Export your Sass data structures to JSON.
33 lines (32 loc) • 755 B
JSON
{
"name": "sass-json-export",
"version": "2.0.1",
"description": "Export your Sass data structures to JSON.",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/oddbird/sass-json-export"
},
"keywords": [
"sass",
"scss",
"json"
],
"author": "Hugo Giraudel, Fabrice Weinberg",
"maintainer": "OddBird",
"license": "MIT",
"bugs": {
"url": "https://github.com/oddbird/sass-json-export/issues"
},
"homepage": "https://github.com/oddbird/sass-json-export",
"devDependencies": {
"bootcamp": "^1.1.7",
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.1.0",
"grunt-sass-lint": "0.1.0-beta.4"
},
"dependencies": {}
}