UNPKG

hubot-lunchbot

Version:

An easy way to keep track of lunch in your office

36 lines (35 loc) 793 B
{ "name": "hubot-lunchbot", "description": "An easy way to keep track of lunch in your office", "version": "0.1.4", "author": "Thomas Lutz <thomaslutz.de@gmail.com>", "license": "MIT", "keywords": [ "hubot", "hubot-scripts", "hubot-lunch", "lunch", "lunchbot" ], "repository": { "type": "git", "url": "git://github.com/symptoma/hubot-lunchbot.git" }, "bugs": { "url": "https://github.com/symptoma/hubot-lunchbot/issues" }, "dependencies": { "coffee-script": "~1.12.7", "cron": "1.8.1" }, "main": "index.coffee", "scripts": { "test": "mocha --require coffee-script/register test --exit" }, "devDependencies": { "chai": "^4.2.0", "co": "^4.6.0", "hubot-test-helper": "^1.9.0", "mocha": "^7.0.0" } }