UNPKG

sass-extract

Version:

Extract structured variables from sass files. Fast and accurate.

58 lines (57 loc) 1.62 kB
{ "name": "sass-extract", "version": "3.0.0", "description": "Extract structured variables from sass files. Fast and accurate.", "main": "lib/index.js", "scripts": { "peers": "npx npm-install-peers", "compile": "babel -d lib/ src/", "prepublish": "npm run compile", "test": "mocha --require babel-core/register --timeout 10000 --file \"./test/helpers/implementation_iterator.js\"", "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": "jgranstrom/sass-extract", "author": "John Granström <granstrom.john@gmail.com>", "keywords": [ "sass", "scss", "variables", "convert", "extract", "import", "json" ], "license": "MIT", "engines": { "node": ">=4" }, "peerDependencies": { "node-sass": ">=3.8.0", "sass": ">=1" }, "dependencies": { "bluebird": "^3.7.2", "fs-monkey": "^1.0.4", "gonzales-pe": "^4.2.4", "parse-color": "^1.0.0", "query-ast": "^1.0.2" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-preset-es2015": "^6.24.1", "chai": "^4.2.0", "chai-subset": "^1.6.0", "cz-conventional-changelog": "^3.1.0", "foundation-sites": "6.4.3", "mocha": "^7.0.1" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }