forked from Weetbix/facebot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 934 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "facebot",
"version": "0.0.8",
"description": "Facebook messenger integration in slack",
"main": "lib/facebot.js",
"scripts": {
"start": "node bin/run_postgres.js"
},
"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": {
"async": "^1.5.0",
"facebook-chat-api": "^1.0.4",
"js-emoji": "git+https://github.com/iamcal/js-emoji.git",
"pg": "^4.4.3",
"q": "^1.4.1",
"slackbots": "^0.5.0",
"string": "^3.3.1",
"underscore": "^1.8.3"
},
"engines": {
"node": "4.2.4"
}
}