gulp-log-capture
Version:
captures logs from any other gulp plugin in the pipe
36 lines (35 loc) • 1.13 kB
JSON
{
"name": "gulp-log-capture",
"version": "0.0.6",
"description": "captures logs from any other gulp plugin in the pipe",
"main": "log-capture.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha -R spec ./specs/*",
"devel": "./node_modules/mocha/bin/mocha -R spec -w ./specs/*",
"coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./specs/*",
"coveralls" : "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec ./specs/* && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git://github.com/sloosch/gulp-log-capture.git"
},
"keywords": [
"gulpplugin",
"log"
],
"author": "sloosch",
"license": "MIT",
"dependencies": {
"through2": "~0.4.1",
"stack-trace": "0.0.9",
"gulp-util": "~2.2.14"
},
"devDependencies": {
"mocha": "~1.18.2",
"chai": "~1.9.1",
"sinon": "~1.9.1",
"istanbul": "~0.2.7",
"coveralls": "~2.10.0",
"mocha-lcov-reporter": "0.0.1"
}
}