-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 803 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
{
"name": "WitAI-FB-Messenger-boilerplate",
"version": "1.0.0",
"description": "NodeJS Boilerplate to connect Wit.ai and Facebook Messenger",
"keywords": [
"wit",
"wit.ai",
"bot",
"botengine",
"bots",
"Facebook",
"Messenger"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"setWelcome": "node setWelcome.js"
},
"repository": "https://github.com/JakobReiter/WitAI-Facebook-Messenger-chatbot-boilerplate",
"author": "Jakob Reiter <jakob.reiter.io@gmail.com>",
"dependencies": {
"node-fetch": "^1.5.1",
"node-uuid": "^1.4.7",
"request": "^2.71.0",
"body-parser": "^1.15.1",
"express": "^4.13.4",
"node-wit": "^3.3.0",
"async": "^2.0.0-rc.5"
}
}