hubot-foursquare-lunch
Version:
Use Foursquare API to pick a lunch spot
54 lines (53 loc) • 1.26 kB
JSON
{
"name": "hubot-foursquare-lunch",
"description": "Use Foursquare API to pick a lunch spot",
"version": "1.3.1",
"author": "Stephen Yeargin <stephen@yearg.in>",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"foursquare",
"swarm",
"lunch"
],
"homepage": "https://github.com/stephenyeargin/hubot-foursquare-lunch/",
"repository": {
"type": "git",
"url": "git://github.com/stephenyeargin/hubot-foursquare-lunch.git"
},
"bugs": {
"url": "https://github.com/stephenyeargin/hubot-foursquare-lunch/issues"
},
"dependencies": {
"node-foursquare": "^0.3.3"
},
"peerDependencies": {
"hubot": ">=3 || 0.0.0-development"
},
"peerDependenciesMeta": {
"hubot": {
"optional": true
}
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-promise": "^6.1.1",
"hubot": "^14",
"husky": "^8.0.3",
"nock": "^13.4.0"
},
"main": "index.js",
"scripts": {
"test": "script/test",
"lint": "eslint src test",
"lint:fix": "eslint --fix src test",
"prepare": "husky install"
},
"volta": {
"node": "22.22.3"
}
}