UNPKG

azure-status-page-client

Version:

Client which can be used with the Azure Status Page Site Extension in nodejs based applications

34 lines (33 loc) 828 B
{ "name": "azure-status-page-client", "version": "0.1.0", "description": "Client which can be used with the Azure Status Page Site Extension in nodejs based applications", "main": "./index.js", "scripts": { "test": "echo All good" }, "author": "Dirk Eisenberg", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/dei79/azure-status-page-client-node" }, "keywords": [ "azure", "monitoring", "status-dashboard", "status-page" ], "bugs": { "url": "https://github.com/dei79/azure-status-page-client-node/issues" }, "homepage": "https://github.com/dei79/azure-status-page-client-node", "devDependencies": { "typescript": "^2.1.6", "typings": "^2.1.0" }, "dependencies": { "azure-table-client": "^0.6.0", "q": "^1.4.1" } }