UNPKG

facebot

Version:

Facebook messenger integration in slack

56 lines 1.27 kB
{ "name": "facebot", "version": "0.0.11", "description": "Facebook messenger integration in slack", "main": "lib/facebot.js", "scripts": { "start": "node bin/run_postgres.js", "precommit": "lint-staged" }, "lint-staged": { "*.js": [ "prettier --write --tab-width 4 --trailing-comma es5 --single-quote", "git add" ] }, "repository": { "type": "git", "url": "git+https://github.com/Weetbix/facebot.git" }, "keywords": [ "facebook", "messenger", "chat", "fb", "nodejs", "node", "slack", "slackbot", "bot", "integration" ], "author": "John Hannagan", "license": "MIT", "bugs": { "url": "https://github.com/Weetbix/facebot/issues" }, "homepage": "https://github.com/Weetbix/facebot#readme", "dependencies": { "facebook-chat-api": "^1.6.0", "js-emoji": "git+https://github.com/iamcal/js-emoji.git", "mysql": "^2.13.0", "pg": "^4.4.3", "q": "^1.4.1", "slackbots": "^1.1.0", "underscore": "^1.8.3" }, "engines": { "node": "8.5.0" }, "devDependencies": { "eslint": "^3.19.0", "husky": "^0.13.3", "lint-staged": "^3.4.0", "prettier": "^0.22.0" } }