sass-maps-to-json
Version:
Convert SCSS (or SASS) maps to JSON format for use in Fractal.
24 lines (23 loc) • 509 B
JSON
{
"name": "sass-maps-to-json",
"version": "1.5.0",
"description": "Convert SCSS (or SASS) maps to JSON format for use in Fractal.",
"main": "index.js",
"keywords": [
"Fractal",
"Sass Map",
"SCSS-to-Json",
"Sass map to JSON"
],
"author": "Ryan Bendel",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ryanbendel/sass-maps-to-json.git"
},
"dependencies": {
"chalk": "^4.1.2",
"jsonfile": "^6.1.0",
"lodash": "^4.17.21"
}
}