UNPKG

scss-extract

Version:

Extract structured variables from scss files. Fast and accurate.

55 lines (54 loc) 1.46 kB
{ "name": "scss-extract", "version": "0.0.1", "description": "Extract structured variables from scss files. Fast and accurate.", "main": "lib/index.js", "scripts": { "compile": "babel -d lib/ src/", "prepublish": "npm run compile", "test": "mocha --require babel-core/register --timeout 10000", "test:fast": "FAST_TEST=true mocha --require babel-core/register", "changelog": "conventional-changelog -i CHANGELOG.md -s -r 0", "watch": "mocha --watch --reporter min --require babel-core/register --timeout 10000", "watch:fast": "FAST_TEST=true mocha --watch --reporter min --require babel-core/register" }, "repository": "wuz/scss-extract", "author": "Conlin Durbin <c@wuz.sh>", "keywords": [ "sass", "scss", "variables", "convert", "extract", "import", "json" ], "license": "MIT", "engines": { "node": ">=4" }, "peerDependencies": { "sass": "^1.32.11" }, "dependencies": { "gonzales-pe": "^4.2.2", "parse-color": "^1.0.0", "query-ast": "^1.0.1", "sass": "^1.32.11" }, "devDependencies": { "babel-cli": "^6.22.2", "babel-core": "^6.22.1", "babel-preset-es2015": "^6.22.0", "chai": "^4.1.2", "chai-subset": "^1.6.0", "cz-conventional-changelog": "^2.1.0", "foundation-sites": "^6.4.3", "mocha": "^4.0.1" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }