-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 802 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 802 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": "motivation-bot",
"version": "0.0.1",
"description": "Tutorial to show users how to build a chatbot easily.",
"main": "index.js",
"dependencies": {
"axios": "^0.15.3",
"bluebird": "^3.4.6",
"botpress": "^0.2.1",
"botpress-analytics": "^2.0.6",
"botpress-broadcast": "^2.0.3",
"botpress-dialog": "^1.0.12",
"botpress-messenger": "^2.0.3",
"botpress-rivescript": "^2.0.4",
"botpress-scheduler": "^2.0.4",
"botpress-subscription": "^2.0.5",
"botpress-terminal": "^1.0.2",
"lodash": "^4.17.2",
"moment": "^2.17.1"
},
"scripts": {
"start": "botpress start",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Botpress Team",
"license": "AGPL-3.0",
"devDependencies": {
"husky": "^0.12.0"
}
}