hubot-lunchplans
Version:
Make some lunch plans with your pals.
21 lines (20 loc) • 501 B
JSON
{
"name": "hubot-lunchplans",
"description": "Make some lunch plans with your pals.",
"version": "0.2.1",
"author": "Josh Mock <josh@joshmock.com",
"license": "MIT",
"keywords": "hubot, hubot-scripts, lunch",
"repository": {
"type": "git",
"url": "git://github.com/JoshMock/hubot-lunchplans.git"
},
"bugs": {
"url": "https://github.com/JoshMock/hubot-lunchplans/issues"
},
"dependencies": {
"lodash": "^3.9.3"
},
"devDependencies": {},
"main": "index.js"
}