incidents
Version:
Node.js SDK for the Brandscale Incidents API, a system for reporting, monitoring, and keeping users up-to-date about server status and incidents.
41 lines (40 loc) • 872 B
JSON
{
"name": "incidents",
"description": "Node.js SDK for the Brandscale Incidents API, a system for reporting, monitoring, and keeping users up-to-date about server status and incidents.",
"version": "0.0.1",
"homepage": "https://github.com/brandscale/incidents",
"author": "Jon Schlinkert (https://github.com/brandscale)",
"repository": "brandscale/incidents",
"bugs": {
"url": "https://github.com/brandscale/incidents/issues"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js"
],
"license": "MIT",
"devDependencies": {
"gulp-format-md": "^2.0.0"
},
"keywords": [
"incidents"
],
"dependencies": {
"axios": "^0.19.0"
},
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"lint": {
"reflinks": true
}
}
}