UNPKG

gulp-messenger

Version:
99 lines (98 loc) 2.26 kB
{ "name": "gulp-messenger", "description": "Console/Gulp and File Logger", "main": "index.js", "version": "0.28.2", "reveal": true, "repository": { "type": "git", "url": "https://github.com/mikeerickson/gulp-messenger" }, "author": { "name": "codedungeon", "email": "codedungeon@gmail.com" }, "eslintConfig": { "globals": { "window": false, "require": true, "process": true, "describe": true, "it": true } }, "keywords": [ "gulp", "cli", "node", "gulpplugin", "notification", "plugin", "console", "log", "logger", "express" ], "license": "MIT", "dependencies": { "ansi-styles": "3.0.0", "bowser": "^1.6.0", "chalk": "^2.0.1", "chalkline": "0.0.5", "defaults": "1.0.3", "detect-node": "^2.0.3", "easy-table": "^1.0.0", "gulp": "3.9.1", "is_js": "^0.9.0", "lodash": "^3.10.1", "lodash-deep": "^1.6.0", "lodash._getnative": "^3.9.1", "lodash.isarguments": "^3.1.0", "lodash.isarray": "^4.0.0", "mkdirp": "^0.5.1", "moment": "^2.17.1", "path-exists": "3.0.0", "pretty-hrtime": "^1.0.3", "purdy": "^2.2.0", "sprintf-js": "1.0.3", "through2": "^2.0.3", "up": "^1.0.2", "winston": "^2.3.1" }, "bugs": { "url": "https://github.com/mikeerickson/gulp-messenger/issues" }, "homepage": "https://github.com/mikeerickson/gulp-messenger", "devDependencies": { "chai": "3.5.0", "escape-string-regexp": "1.0.5", "gulp": "3.9.1", "gulp-clean": "^0.3.1", "gulp-ignore": "2.0.2", "gulp-mocha": "3.0.1", "gulp-notify": "3.0.0", "gulp-rimraf": "0.2.1", "gulp-run": "1.7.1", "gulp-todo": "^5.4.0", "jshint-summary": "0.4.0", "mocha": "3.2.0", "mocha-sinon": "1.1.6", "mochawesome": "2.0.2", "path-exists": "3.0.0", "require-dir": "0.3.1", "sinon": "1.17.7" }, "scripts": { "all": "npm run eslint && npm run test", "test": "mocha spec", "eslint": "eslint \"./**/*.js\" --config .eslintrc.yml || true", "lint": "npm run eslint", "todo": "gulp todo" }, "maintainers": [ { "name": "codedungeon", "email": "codedungeon@gmail.com" } ] }