botka/package.json
Sebastian Kippe 542b4acecc Add Yubikey OTP invalidation
With some Yubikey models it's easy to accidentally enter OTPs in the
current cursor position, when e.g. carrying the laptop. This plugin
watches for OTPs and tries to invalidate them immediately, then telling
the user about it.
2016-06-23 14:36:13 +02:00

37 lines
1.0 KiB
JSON

{
"name": "hal8000",
"version": "0.6.0",
"private": true,
"authors": [
"Sebastian Kippe <sebastian@kip.pe>",
"Greg Karékinian <greg@karekinian.com>"
],
"description": "Heuristically programmed ALgorithmic computer",
"dependencies": {
"cheerio": "0.19.0",
"coffee-script": "^1.9.2",
"hubot": "^2.12.0",
"hubot-auth": "^1.2.0",
"hubot-help": "^0.1.1",
"hubot-incoming-webhook": "^1.0.1",
"hubot-irc": "^0.2.7",
"hubot-openassets": "^0.9.0",
"hubot-plusplus": "^1.1.5",
"hubot-read-tweet": "0.0.2",
"hubot-redis-brain": "0.0.2",
"hubot-remotestorage-logger": "^0.3.0",
"hubot-rss-reader": "git://github.com/67P/hubot-rss-reader.git",
"hubot-rules": "^0.1.0",
"hubot-scripts": "^2.5.16",
"hubot-seen": "https://github.com/67P/hubot-seen.git#fix_debug",
"hubot-shipit": "^0.2.0",
"hubot-tell": "^1.2.3",
"hubot-yubikey-invalidation": "0.0.3",
"request": "2.30.0"
},
"engines": {
"node": "0.12.x",
"npm": "2.1.x"
}
}