UNPKG

slack-winston

Version:
41 lines (40 loc) 793 B
{ "name": "slack-winston", "version": "0.0.9", "description": "A Slack transport for winston", "author": "Nick Baugh <niftylettuce@gmail.com>", "scripts": { "test": "mocha --timeout 5000 test/" }, "repository": { "type": "git", "url": "https://github.com/niftylettuce/slack-winston.git" }, "keywords": [ "logging", "sysadmin", "tools", "chat", "winston", "slack", "flatiron" ], "dependencies": { "async": "^2.4.1", "lodash": "~4.16.6", "request": "~2.78.0" }, "devDependencies": { "chai": "^4.0.2", "mocha": "^3.4.2", "nock": "^9.0.13", "winston": "~2.3" }, "peerDependencies": { "winston": "<=0.8 || >=0.7" }, "main": "./lib/slack-winston", "engines": { "node": ">= 0.10.x" } }