-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 842 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
{
"name": "fb-messenger-bot-boilerplate",
"version": "0.0.1",
"description": "A boilerplate FB Messenger Bot template with MongoDB and web request support built in.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"aws-sdk": "^2.3.3",
"body-parser": "^1.13.3",
"connect-busboy": "0.0.2",
"cookie-parser": "^1.3.5",
"ejs": "^2.3.1",
"express": "^4.14.0",
"express-session": "^1.11.3",
"messenger-bot": "^2.3.0",
"mongoose": "^4.1.4",
"nodemailer": "^0.7.0",
"passport": "^0.3.0",
"promise": "^7.1.1",
"request": "^2.74.0",
"socket.io": "^1.3.6"
},
"engines": {
"node": "4.4.7"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT",
"devDependencies": {
"eslint-config-airbnb": "^6.2.0"
}
}