This repository was archived by the owner on Mar 24, 2026. It is now read-only.
forked from howdyai/botkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.27 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.27 KB
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
{
"name": "showdme-botkit",
"version": "0.3.1",
"description": "Building blocks for Building Bots. Includes support for HipChat.",
"main": "lib/Botkit.js",
"dependencies": {
"async": "^2.0.0-rc.5",
"atlassian-connect-express": "^1.1.0-beta.4",
"atlassian-connect-express-hipchat": "^0.3.5",
"atlassian-connect-express-redis": "^0.1.7",
"back": "^1.0.1",
"body-parser": "^1.14.2",
"command-line-args": "^3.0.0",
"express": "^4.13.3",
"https-proxy-agent": "^1.0.0",
"jfs": "^0.2.6",
"localtunnel": "^1.8.1",
"lodash": "^4.15.0",
"mustache": "^2.2.1",
"node-xmpp-client": "^3.0.2",
"qbox": "^0.1.7",
"request": "^2.67.0",
"rsvp": "^3.2.1",
"twilio": "^2.9.1",
"ware": "^1.3.0",
"ws": "^1.1.1"
},
"devDependencies": {
"jscs": "^2.7.0",
"mocha": "^2.4.5",
"should": "^8.0.2",
"winston": "^2.1.1"
},
"scripts": {
"pretest": "jscs ./lib/",
"test": "mocha tests/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mykabam/botkit.git"
},
"bugs": {
"url": "https://github.com/howdyai/botkit/issues"
},
"homepage": "http://howdy.ai/botkit",
"keywords": [
"bots",
"chatbots",
"slack"
],
"author": "ben@xoxco.com",
"license": "MIT"
}