ifttt-wordpress-webhook
Version:
Webhook for IFTTT using wordpress channel.
31 lines (30 loc) • 779 B
JSON
{
"name": "ifttt-wordpress-webhook",
"version": "0.0.1",
"description": "Webhook for IFTTT using wordpress channel.",
"main": "lib/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/coffee -cbo lib src"
},
"repository": {
"type": "git",
"url": "https://github.com/flochtililoch/ifttt-wordpress-webhook.git"
},
"keywords": [
"IFTTT",
"Wordpress",
"Webhook"
],
"author": "flochtililoch",
"license": "ISC",
"bugs": {
"url": "https://github.com/flochtililoch/ifttt-wordpress-webhook/issues"
},
"homepage": "https://github.com/flochtililoch/ifttt-wordpress-webhook",
"dependencies": {
"debug": "^2.1.3",
"lodash": "^3.6.0",
"xmlrpc": "^1.3.0"
}
}