UNPKG

patternlab-scssvariables

Version:

Convert SCSS (or SASS) files to patternlab readable YAML files.

31 lines (30 loc) 698 B
{ "name": "patternlab-scssvariables", "version": "1.3.5", "description": "Convert SCSS (or SASS) files to patternlab readable YAML files.", "main": "index.js", "scripts": { "test": "node tests/tests.js" }, "keywords": [ "Patternlab", "Components", "SCSS-to-Yaml", "Fractal" ], "author": "Stef Spakman <mail@stefspakman.com>", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/stefspakman/patternlab-scssvariables.git" }, "dependencies": { "chalk": "2.3.0", "fancy-log": "1.3.0", "flat": "4.1.0", "js-yaml": "3.10.0", "lodash": "4.17.4", "relaxed-json": "1.0.1", "tinycolor2": "1.4.1" } }