hubot-cashbrain
Version:
Modifies the base brain to add a second set of keys to the datastore that expire and refresh themselves
33 lines (25 loc) • 579 B
JSON
{
"name": "hubot-cashbrain",
"version": "0.0.63",
"author": "Jake Gaylor",
"keywords": [
"hubot",
"league-of-legends",
"bot"
],
"description": "Modifies the base brain to add a second set of keys to the datastore that expire and refresh themselves",
"license": "MIT",
"repository" : {
"type": "git",
"url": "https://github.com/jhgaylor/hubot-cashbrain.git"
},
"main": "CashBrain.coffee",
"dependencies": {
"fibers": ">= 1.0.0 < 2.0",
"log": "1.4.0"
},
"engines": {
"node": ">= 0.8.x",
"npm": ">= 1.1.x"
}
}