UNPKG

simplywatch

Version:

Watches files and upon change executes a command for each file INDIVIDUALLY with file-related params

100 lines (99 loc) 2.73 kB
{ "name": "simplywatch", "version": "3.0.0", "description": "Watches files and upon change executes a command for each file INDIVIDUALLY with file-related params", "keywords": [ "asset-watch", "assetwatch", "assetwatcher", "asset-pipeline", "pipeline", "js-watch", "jswatch", "jswatcher", "sass-watch", "sasswatch", "sasswatcher", "node-sass", "libsass", "sass", "scss", "foreach", "each", "watch" ], "main": "index.js", "bin": { "simplywatch": "./bin", "simplywatch-debug": "./bin-debug" }, "author": "danielkalen", "repository": { "type": "git", "url": "https://github.com/danielkalen/simplywatch" }, "license": "MIT", "mocha_opts": "-u tdd --compilers coffee:coffee-register --slow 3000 --timeout 10000 -R spec", "scripts": { "prepublishonly": "npm run test", "makeexec": "chmod +x ./bin; chmod +x ./bin-debug", "coverage": "npm run coverage:run && npm run coverage:badge", "coverage:run": "mocha $npm_package_mocha_opts --require coffee-coverage/register-istanbul; istanbul report", "coverage:badge": "badge-gen -d .config/badges/coverage", "test": "SOURCE_MAPS=1 mocha $npm_package_mocha_opts --bail", "test:travis": "CI=true SOURCE_MAPS=1 mocha $npm_package_mocha_opts" }, "dependencies": { "@danielkalen/chokidar": "^1.7.0", "@danielkalen/listr": "^0.5.0", "abs": "^1.3.4", "actionbuffer": "^1.0.0", "array-includes": "^3.0.3", "binary-extensions": "^1.8.0", "bluebird": "^3.5.0", "chalk": "^1.1.3", "cli-truncate": "^1.0.0", "coffee-register": "^2.2.0", "daemon-plus": "^1.1.1", "eventful-promise": "^2.0.0", "execa": "^0.6.3", "extend": "^3.0.0", "fs-jetpack": "^2.2.0", "glob": "^7.0.3", "image-extensions": "^1.1.0", "json-stringify-safe": "^5.0.1", "log-symbols": "^1.0.2", "log-update": "^2.0.0", "md5": "^2.2.1", "micromatch": "^2.3.11", "object.values": "^1.0.4", "ora": "^1.2.0", "promise-break": "^0.1.0", "simplyimport": "^4.0.5", "smart-extend": "^1.5.0", "uniq": "^1.0.1", "yargs": "^3.29.0" }, "devDependencies": { "chai": "^3.5.0", "chai-spies": "^0.7.1", "coffee-coverage": "^2.0.1", "coffee-script": "^1.10.0", "create-output-stream": "0.0.1", "foreach-cli": "^1.6.0", "fs-extra": "^0.30.0", "istanbul": "^0.4.5", "lcov-parse": "0.0.10", "lodash": "^4.17.4", "mocha": "^3.0.2", "nodemon": "^1.8.1", "p-wait-for": "^1.0.0", "promise-retry": "^1.1.1", "request": "^2.74.0", "svg2png": "^3.0.1", "through": "^2.3.8" }, "optionalDependencies": { "fsevents": "*" } }