-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.08 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.08 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
{
"name": "botkit",
"version": "0.0.5",
"description": "Building blocks for Building Bots",
"main": "lib/Botkit.js",
"dependencies": {
"aa": "^0.1.32",
"body-parser": "^1.14.2",
"colors": "^1.1.2",
"cron": "^1.1.0",
"express": "^4.13.3",
"hapi": "^13.3.0",
"jfs": "^0.2.6",
"marked": "^0.3.5",
"milkcocoa": "^0.4.1",
"mustache": "^2.2.1",
"node-cron": "^1.1.1",
"qiita": "^1.2.0",
"request": "^2.69.0",
"time": "^0.11.4",
"vo": "^3.1.1",
"ws": "^1.0.0"
},
"devDependencies": {
"jscs": "^2.7.0",
"node-env-file": "^0.1.8",
"should": "^8.0.2",
"tap-spec": "^4.1.1",
"tape": "^4.4.0",
"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"
}