forked from howdyai/botkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.36 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
58
59
60
61
{
"name": "botkit",
"version": "0.5.1",
"description": "Building blocks for Building Bots",
"main": "lib/Botkit.js",
"dependencies": {
"async": "^2.0.0-rc.5",
"back": "^1.0.1",
"body-parser": "^1.14.2",
"botbuilder": "^3.2.3",
"botkit-studio-sdk": "^1.0.0",
"ciscospark": "^0.7.31",
"clone": "2.0.0",
"command-line-args": "^3.0.0",
"crypto": "0.0.3",
"express": "^4.13.3",
"https-proxy-agent": "^1.0.0",
"jfs": "^0.2.6",
"localtunnel": "^1.8.1",
"md5": "^2.1.0",
"mustache": "^2.2.1",
"promise": "^7.1.1",
"randomstring": "^1.1.5",
"request": "^2.67.0",
"twilio": "^2.9.1",
"url": "^0.11.0",
"ware": "^1.3.0",
"ws": "^1.1.1"
},
"devDependencies": {
"jscs": "^2.7.0",
"mocha": "^2.4.5",
"should": "^8.0.2",
"should-sinon": "0.0.5",
"sinon": "^1.17.7",
"winston": "^2.1.1"
},
"scripts": {
"pretest": "jscs ./lib/",
"test": "mocha tests/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/howdyai/botkit.git"
},
"bugs": {
"url": "https://github.com/howdyai/botkit/issues"
},
"homepage": "http://howdy.ai/botkit",
"keywords": [
"bots",
"chatbots",
"slack",
"cisco spark",
"facebook messenger",
"twilio ipm",
"microsoft bot framework"
],
"author": "[email protected]",
"license": "MIT"
}