pushbullet-log
Version:
Receive alerts and console messages as push notifications
52 lines (51 loc) • 1.14 kB
JSON
{
"name": "pushbullet-log",
"version": "1.0.0",
"description": "Receive alerts and console messages as push notifications",
"main": "index.js",
"scripts": {
"test": "standard && ava && nyc --statements 100 --branches 100 --functions 100 --lines 100 ava",
"code-coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ferm10n/pushbullet-log.git"
},
"keywords": [
"push",
"notification",
"console",
"log",
"pushbullet",
"monitor",
"health",
"push"
],
"author": "John Sanders <me@johnsanders.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ferm10n/pushbullet-log/issues"
},
"homepage": "https://github.com/ferm10n/pushbullet-log#readme",
"engines": {
"node": ">=8.1.4"
},
"devDependencies": {
"ava": "^0.21.0",
"codecov": "^2.3.0",
"nyc": "^11.1.0",
"standard": "^10.0.3"
},
"nyc": {
"check-coverage": true,
"lines": 100,
"statements": 100,
"functions": 100,
"branches": 100
},
"standard": {
"env": [
"node"
]
}
}