-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 832 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 832 Bytes
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
{
"name": "api-ai-botkit-facebook",
"version": "2.0.0",
"description": "Utility lib for creating Facebook Messenger bots with Botkit and api.ai",
"main": "api-ai-botkit-facebook.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/smalltalk-ai/api-ai-botkit-facebook.git"
},
"keywords": [
"bot",
"apiai",
"botkit"
],
"author": "Joshua Salwen <josh@smalltalk.ai> (https://www.smalltalk.ai)",
"license": "MIT",
"bugs": {
"url": "https://github.com/smalltalk-ai/api-ai-botkit-facebook/issues"
},
"homepage": "https://github.com/smalltalk-ai/api-ai-botkit-facebook#readme",
"dependencies": {
"aguid": "^2.0.0",
"apiai": "^4.0.3",
"html-entities": "^1.2.0",
"ware": "^1.3.0"
}
}