{
  "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"
  }
}
