UNPKG

hubot-hockey

Version:

Get the latest NHL playoff odds for your team.

53 lines (52 loc) 1.24 kB
{ "name": "hubot-hockey", "description": "Get the latest NHL playoff odds for your team.", "version": "6.5.1", "author": "Stephen Yeargin <stephen@yearg.in>", "homepage": "https://github.com/stephenyeargin/hubot-hockey", "license": "MIT", "keywords": [ "hubot", "hubot-scripts", "hockey", "nhl", "playoff odds" ], "repository": { "type": "git", "url": "git://github.com/stephenyeargin/hubot-hockey.git" }, "bugs": { "url": "https://github.com/stephenyeargin/hubot-hockey/issues" }, "dependencies": { "ascii-table": "0.0.9", "csv-parse": "^6.1.0", "moment-timezone": "^0.6.0" }, "peerDependencies": { "hubot": ">=3 || 0.0.0-development" }, "devDependencies": { "chai": "^4.3.10", "eslint": "^8.54.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.32.0", "eslint-plugin-n": "^16.3.1", "eslint-plugin-promise": "^6.1.1", "hubot-mock-adapter": "^2.3.0", "husky": "^9.1.7", "mocha": "^10.2.0", "nock": "^14.0.8", "sinon": "^17.0.1", "sinon-chai": "^3.7.0" }, "main": "index.js", "scripts": { "test": "script/test", "prepare": "husky" }, "volta": { "node": "24.5.0" } }