UNPKG

hubot-diabetes

Version:
40 lines (32 loc) 675 B
{ "name": "hubot-diabetes", "description": "A diabetes script package for Hubot", "version": "2.2.0", "author": "Greg Kitson <greg.kitson@gmail.com>", "license": "MIT", "keywords": [ "diabetes", "hubot", "hubot-scripts" ], "repository": { "type": "git", "url": "git://github.com/hubot-scripts/hubot-diabetes.git" }, "bugs": { "url": "https://github.com/hubot-scripts/hubot-diabetes/issues" }, "dependencies": { "coffee-script": "~1.6" }, "devDependencies": { "mocha": "*", "chai": "*", "sinon-chai": "*", "sinon": "*" }, "main": "index.coffee", "scripts": { "test": "script/test" } }