yavo
Version:
yet another victor ops alerting client
31 lines (30 loc) • 698 B
JSON
{
"name": "yavo",
"version": "1.0.1",
"description": "yet another victor ops alerting client",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test node test/ | ./node_modules/.bin/tap-spec",
"coverage": "NODE_ENV=test ./node_modules/.bin/istanbul cover test/ --report html"
},
"repository": {
"type": "git",
"url": "https://github.com/davehorton/yavo.git"
},
"author": "Dave Horton",
"license": "MIT",
"keywords": [
"victorops"
],
"dependencies": {
"request": "^2.83.0"
},
"devDependencies": {
"pino": "^4.7.2",
"sinon": "^4.0.0",
"tap": "^10.7.2",
"tap-dot": "^1.0.5",
"tap-spec": "^4.1.1",
"tape": "^4.8.0"
}
}