forked from Charca/bootbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 877 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
{
"name": "bootbot",
"version": "1.1.0",
"description": "Facebook Messenger Bot Framework",
"main": "index.js",
"scripts": {
"test": "mocha --recursive test/*",
"test:watch": "npm test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Charca/bootbot.git"
},
"keywords": [
"messenger",
"bot",
"chatbot",
"chat",
"bot",
"facebook"
],
"author": "Maxi Ferreira <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Charca/bootbot/issues"
},
"homepage": "https://github.com/Charca/bootbot#readme",
"dependencies": {
"body-parser": "^1.15.2",
"config": "^1.21.0",
"eventemitter3": "^1.2.0",
"express": "^4.14.0",
"node-fetch": "^1.5.3"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^4.1.0",
"sinon": "^1.17.4"
}
}