-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 932 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
{
"name": "botkit-messenger-samples",
"version": "2.0.0",
"description": "Module to receive sample messages of all types from a Facebook Messenger chatbot",
"main": "src/botkit-messenger-samples.js",
"scripts": {
"test": "npm run lint",
"lint": "eslint src/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smalltalk-ai/botkit-messenger-samples.git"
},
"keywords": [
"botkit",
"facebook",
"messenger",
"samples",
"examples",
"chatbot"
],
"author": "Joshua Salwen <contact@smalltalk.agency> (https://www.smalltalk.agency)",
"license": "MIT",
"bugs": {
"url": "https://github.com/smalltalk-ai/botkit-messenger-samples/issues"
},
"homepage": "https://github.com/smalltalk-ai/botkit-messenger-samples#readme",
"dependencies": {
"p-iteration": "^1.1.8",
"path": "^0.12.7"
},
"devDependencies": {
"eslint": "^6.5.1"
}
}