UNPKG

hubot-untappd-friends

Version:
49 lines (48 loc) 1.23 kB
{ "name": "hubot-untappd-friends", "description": "Get the latest checkins from your Untappd friends.", "version": "1.11.2", "author": "Stephen Yeargin <stephen@yearg.in>", "license": "MIT", "homepage": "https://github.com/stephenyeargin/hubot-untappd-friends", "keywords": [ "hubot", "hubot-scripts", "untappd", "beer" ], "repository": { "type": "git", "url": "git://github.com/stephenyeargin/hubot-untappd-friends.git" }, "bugs": { "url": "https://github.com/stephenyeargin/hubot-untappd-friends/issues" }, "dependencies": { "moment": "^2.29.4", "node-untappd": "stephenyeargin/node-untappd#be7ae9b723a6044a51c1826db7fc0539fa7fee7f" }, "peerDependencies": { "hubot": ">=3 || 0.0.0-development" }, "devDependencies": { "chai": "^4.3.7", "eslint": "^8.47.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.28.0", "hubot-test-helper": "^1.9.0", "husky": "^8.0.3", "mocha": "^10.2.0", "nock": "^13.3.2", "sinon": "^15.2.0", "sinon-chai": "^3.7.0" }, "main": "index.js", "scripts": { "test": "script/test", "prepare": "husky install" }, "volta": { "node": "18.19.0" } }