UNPKG

node-sass-chokidar

Version:

A thin wrapper around node-sass to replicate the --watch --recursive but with chokidar instead of Gaze

48 lines (47 loc) 1.15 kB
{ "name": "node-sass-chokidar", "version": "0.0.2", "description": "A thin wrapper around node-sass to replicate the --watch --recursive but with chokidar instead of Gaze", "bin": { "node-sass-chokidar": "bin/node-sass-chokidar" }, "scripts": { "test": "node_modules/.bin/mocha test/{*,**/**}.js" }, "files": [ "bin", "test" ], "repository": { "type": "git", "url": "git+https://github.com/michaelwayman/node-sass-chokidar.git" }, "keywords": [ "node-sass", "chokidar", "node-sass-chokidar", "libsass", "preprocessor" ], "author": "Michael Wayman", "license": "MIT", "bugs": { "url": "https://github.com/michaelwayman/node-sass-chokidar/issues" }, "homepage": "https://github.com/michaelwayman/node-sass-chokidar#readme", "dependencies": { "chokidar": "^1.6.1", "meow": "^3.7.0", "node-sass": "^4.5.2", "async-foreach": "^0.1.3", "sass-graph": "^2.1.1", "glob": "^7.0.3", "stdout-stream": "^1.4.0", "get-stdin": "^4.0.1" }, "devDependencies": { "mocha": "^3.2.0", "rimraf": "^2.5.2", "cross-spawn": "^3.0.0" } }