hubot-twofactor
Version:
Two-Factor Authencation (2fa) through Hubot.
35 lines (34 loc) • 753 B
JSON
{
"name": "hubot-twofactor",
"version": "0.3.6",
"description": "Two-Factor Authencation (2fa) through Hubot.",
"main": "index.coffee",
"repository": {
"type": "git",
"url": "https://github.com/delianides/hubot-twofactor"
},
"keywords": [
"hubot",
"security",
"twillio",
"two factor",
"authentication"
],
"author": "Drew Delianides",
"license": "MIT",
"dependencies": {
"coffee-script": "~1.6",
"twilio": "~1.6.0",
"valid-url": "1.0.9"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon-chai": "*",
"sinon": "*"
},
"bugs": {
"url": "https://github.com/delianides/hubot-twofactor/issues"
},
"homepage": "https://github.com/delianides/hubot-twofactor"
}