UNPKG

winston-azuretable

Version:

Azure Table Storage transport for Winston

50 lines (49 loc) 1.09 kB
{ "name": "winston-azuretable", "version": "1.1.0", "description": "Azure Table Storage transport for Winston", "main": "./lib/winston-azuretable.js", "scripts": { "test": "mocha test" }, "engines": { "node": ">=8.0.0" }, "keywords": [ "winston", "azure", "table", "logging", "sysadmin", "tools" ], "author": "Jason Poon <github@jasonpoon.ca>", "license": "MIT", "devDependencies": { "chai": "4.1.2", "eslint": "4.19.1", "eslint-plugin-import": "2.12.0", "eslint-plugin-node": "6.0.1", "eslint-plugin-mocha": "5.0.0", "gulp": "3.9.1", "gulp-eslint": "4.0.2", "gulp-mocha": "6.0.0", "mocha": "5.2.0" }, "dependencies": { "azure-storage": "2.8.1", "util": "0.10.4", "winston": "2.4.2" }, "directories": { "test": "test" }, "repository": { "type": "git", "url": "https://github.com/jpoon/winston-azuretable.git" }, "bugs": { "url": "https://github.com/jpoon/winston-azuretable/issues" }, "homepage": "https://github.com/jpoon/winston-azuretable" }