UNPKG

@bolt/build-tools

Version:

Curated collection of front-end build tools in the Bolt Design System.

32 lines (31 loc) 979 B
{ "name": "@bolt/sass-export-data", "version": "5.0.0", "description": "Export Sass as JSON data", "keywords": [ "theme-tools-plugin", "theme-tools" ], "repository": "https://github.com/basaltinc/theme-tools/tree/master/packages/sass-export-data", "license": "MIT", "author": "EvanLovely <evanlovely@gmail.com> (http://evanlovely.com)", "main": "index.js", "style": "export-data.scss", "scripts": { "test": "yarn run test:compile && mocha tests", "test:compile": "rm -rf tests/basics/dest/ && mkdir tests/basics/dest/ && node-sass --functions tests/basics/function.js tests/basics/scss/style.scss tests/basics/dest/style.css" }, "dependencies": { "chai": "^4.2.0", "chai-fs": "^2.0.0", "fs-extra": "^7.0.1", "jsondiffpatch": "^0.3.11", "merge": "^1.2.1", "mocha": "^6.1.4", "node-sass": "^4.14.1" }, "publishConfig": { "access": "public" }, "gitHead": "3d198feea5f73c63913a956a2a077e229ad8d462" }