ts-notify-pushover/package.json

20 lines
531 B
JSON

{
"name": "ts-notify-pushover",
"version": "1.0.0",
"description": "Provides a link between the ts-notify-server and the Pushover service",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@j4ns.de:git/ts-notify-pushover.git"
},
"author": "jangxx <janscheiper95@gmail.com> (http://www.jangxx.com)",
"license": "ISC",
"dependencies": {
"pushover-notifications": "^0.2.4",
"socket.io-client": "^2.0.3"
}
}