signalk-notification-player
Version:
Customizable audio and text to speech playback of Signal K notifications w/ optional Slack integration
37 lines (36 loc) • 927 B
JSON
{
"name": "signalk-notification-player",
"version": "2.5.6",
"description": "Customizable audio and text to speech playback of Signal K notifications w/ optional Slack integration",
"main": "index.js",
"keywords": [
"signalk-webapp",
"signalk-node-server-plugin",
"signalk-category-notifications"
],
"signalk": {
"appIcon": "./icon.png",
"displayName": "Notification Player"
},
"homepage": "https://github.com/davidsanner/signalk-notification-player",
"author": {
"name": "David Sanner"
},
"contributors": [
{
"name": "Scott Bender"
}
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/davidsanner/signalk-notification-player.git"
},
"signalk-plugin-enabled-by-default": true,
"dependencies": {
"lodash": "^4.17.4",
"slack-notify": "^2.0.7",
"fs": "^0.0.1-security",
"say": "^0.16.0"
}
}