mfi
Version:
Webhooks server for mFi that posts to HipChat
33 lines (32 loc) • 670 B
JSON
{
"name": "mfi",
"version": "0.0.2",
"description": "Webhooks server for mFi that posts to HipChat",
"main": "index.js",
"dependencies": {
"body-parser": "~1.3.1",
"express": "~4.4.3",
"nopt": "~3.0.0",
"npmlog": "~0.1.1",
"request": "~2.36.0"
},
"bin": {
"mfi": "./bin/cmd.js"
},
"license": "MIT",
"keywords": [
"mFi",
"webhook",
"server",
"hipchat"
],
"author": "Evan Lucas <evan@gawlabs.com>",
"repository": {
"type": "git",
"url": "https://github.com/GAWMiners/mfi"
},
"homepage": "https://github.com/GAWMiners/mfi",
"bugs": {
"url": "https://github.com/GAWMiners/mfi/issues"
}
}