forked from howdyai/botkit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 929 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
41
42
43
{
"name": "botkit",
"version": "0.1.1",
"description": "Building blocks for Building Bots",
"main": "lib/Botkit.js",
"dependencies": {
"@octokit/rest": "^16.28.7",
"axios": "^0.19.0",
"back": "^1.0.1",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"https-proxy-agent": "^2.2.2",
"jfs": "^0.2.6",
"mustache": "^2.2.1",
"request": "^2.88.0",
"ware": "^1.3.0",
"ws": "^1.1.5"
},
"devDependencies": {
"mocha": "^6.2.0",
"should": "^8.0.2",
"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"
],
"author": "[email protected]",
"license": "MIT"
}