hubot-nba
Version:
A hubot script for NBA stats
39 lines (38 loc) • 722 B
JSON
{
"name": "hubot-nba",
"version": "1.10.0",
"description": "A hubot script for NBA stats",
"main": "index.coffee",
"scripts": {
"test": "mocha --timeout 15000 test"
},
"author": "brandly <brandly13@gmail.com>",
"license": "MIT",
"dependencies": {
"case": "1.6.3",
"cheerio": "1.0.0",
"lodash": "4.17.21",
"nba": "4.15.0"
},
"keywords": [
"hubot",
"chat",
"bot",
"plugin",
"script",
"nba",
"basketball",
"stats",
"sports"
],
"repository": {
"type": "git",
"url": "git://github.com/brandly/hubot-nba.git"
},
"devDependencies": {
"chai": "3.5.0",
"co": "4.6.0",
"hubot-test-helper": "1.9.0",
"mocha": "3.2.0"
}
}