UNPKG

hubot-nba

Version:
43 lines (42 loc) 918 B
{ "name": "hubot-nba", "version": "1.9.0", "description": "A hubot script for NBA stats", "main": "index.coffee", "scripts": { "test": "npm run lint && mocha --compilers coffee:coffee-script/register --timeout 15000 test", "lint": "coffeelint src/*.coffee test/*.coffee" }, "author": "brandly <brandly13@gmail.com>", "license": "MIT", "dependencies": { "case": "1.6.3", "cheerio": "1.0.0", "lodash": "4.17.21", "nba": "4.15.0", "superagent": "8.0.2" }, "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", "coffee-script": "1.11.1", "coffeelint": "1.16.0", "hubot-test-helper": "1.9.0", "mocha": "3.2.0" } }