node-snarl
Version:
Plugin for node to send notifications on Snarl4
31 lines (30 loc) • 762 B
JSON
{
"name": "node-snarl",
"description": "Plugin for node to send notifications on Snarl4",
"version": "1.0.5",
"author": "Tomás Hernández <tomas.hernandez03@gmail.com>",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/THernandez03/node-snarl.git"
},
"dependencies": {
"deasync": "0.0.10",
"node.extend": "^1.1.3",
"request": "^2.54.0"
},
"keywords": [
"snarl",
"snarl4",
"notify"
],
"bugs": {
"url": "https://github.com/THernandez03/node-snarl/issues"
},
"homepage": "https://github.com/THernandez03/node-snarl",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}