forked from actionably/dashbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.55 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "dashbot",
"version": "9.2.0",
"description": "Analytics for your bot",
"main": "src/dashbot.js",
"repository": {
"type": "git",
"url": "git+https://github.com/actionably/dashbot.git"
},
"scripts": {
"facebook": "nodemon -r dotenv/config examples/facebook-example.js",
"generic": "nodemon -r dotenv/config examples/generic-example.js",
"kik": "nodemon -r dotenv/config examples/kik-example-npm.js",
"slack": "nodemon -r dotenv/config examples/slack-example.js",
"microsoft": "nodemon -r dotenv/config examples/microsoft-botframework-example.js",
"google": "nodemon -r dotenv/config examples/google-example-api-ai.js",
"alexa": "nodemon -r dotenv/config examples/alexa-webhook-example.js"
},
"keywords": [
"bot",
"bots",
"chatbot",
"facebook messenger",
"microsoft bot framework",
"kik",
"slack",
"analytics",
"data",
"tools"
],
"author": "Jesse Hull",
"license": "ISC",
"bugs": {
"url": "https://github.com/actionably/dashbot/issues"
},
"homepage": "https://github.com/actionably/dashbot#readme",
"devDependencies": {
"actions-on-google": "1.0.1",
"assert": "1.4.1",
"body-parser": "1.15.0",
"botbuilder": "3.4.4",
"botkit": "0.2.2",
"circular-json": "0.3.0",
"dotenv": "2.0.0",
"express": "4.13.4",
"mocha": "3.2.0",
"nodemon": "1.11.0",
"websocket": "1.0.23"
},
"dependencies": {
"es6-promise": "4.1.0",
"isomorphic-fetch": "2.2.1",
"lodash": "4.12.0",
"meld": "1.3.2",
"uuid": "3.0.1"
}
}