@runforest/node-sass-watcher
Version:
SCSS watcher with post-processing.
42 lines (41 loc) • 916 B
JSON
{
"author": {
"name": "kottenator, Convertiv"
},
"bin": {
"node-sass-watcher": "bin/node-sass-watcher"
},
"bugs": {
"url": "https://github.com/Convertiv/node-sass-watcher/issues"
},
"bundleDependencies": false,
"dependencies": {
"chokidar": "^3.5.2",
"lodash.difference": "^4.5.0",
"sass-graph": "^4.0.0",
"yargs": "^17.3.0"
},
"deprecated": false,
"description": "SCSS watcher with post-processing.",
"devDependencies": {
"mocha": "^9.1.3"
},
"homepage": "https://github.com/Convertiv/node-sass-watcher#readme",
"keywords": [
"node",
"sass",
"watch",
"post-process"
],
"license": "MIT",
"main": "lib/watcher.js",
"name": "@runforest/node-sass-watcher",
"repository": {
"type": "git",
"url": "git+https://github.com/Convertiv/node-sass-watcher"
},
"scripts": {
"test": "mocha --exit"
},
"version": "0.6.2"
}