UNPKG

hubot-bingo

Version:

A hubot script that plays Buzzword bingo

41 lines (40 loc) 951 B
{ "name": "hubot-bingo", "description": "A hubot script that plays Buzzword bingo", "version": "1.1.0", "author": "jcdenton <ivan.bruzgin@gmail.com>", "license": "MIT", "keywords": [ "hubot", "hubot-scripts", "bullshit", "bingo" ], "repository": { "type": "git", "url": "https://github.com/jcdenton/hubot-bingo.git" }, "bugs": { "url": "https://github.com/jcdenton/hubot-bingo/issues" }, "dependencies": { "coffee-script": "^1.10.0", "lodash": "^3.10.1" }, "devDependencies": { "chai": "^3.3.0", "gulp": "^3.8.2", "gulp-coffee": "^2.0.1", "gulp-coffeelint": "^0.5.0", "gulp-conventional-changelog": "^0.7.0", "gulp-load-plugins": "^0.10.0", "gulp-mocha": "^2.0.0", "sinon": "^1.10.2", "sinon-chai": "^2.8.0" }, "main": "index.coffee", "scripts": { "test": "./node_modules/.bin/gulp test", "version": "gulp changelog && git add -A" } }