UNPKG

azure-logger-cli

Version:
37 lines (36 loc) 793 B
{ "name": "azure-logger-cli", "version": "0.5.3", "description": "CLI for azure-logger", "main": "app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Thomas Stringer", "license": "ISC", "bin": { "azlog": "./azlog" }, "engines": { "node": ">=0.12.0" }, "preferGlobal": true, "dependencies": { "azure-logger": "^0.1.3", "commander": "^2.9.0" }, "devDependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/tstringer/azure-logger-cli.git" }, "keywords": [ "azure", "azure-storage", "azure-logger" ], "bugs": { "url": "https://github.com/tstringer/azure-logger-cli/issues" }, "homepage": "https://github.com/tstringer/azure-logger-cli#readme" }