-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.06 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "botkit",
"version": "0.4.10",
"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",
"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",
"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": "git+https://github.com/howdyai/botkit.git"
},
"bugs": {
"url": "https://github.com/howdyai/botkit/issues"
},
"homepage": "http://howdy.ai/botkit",
"keywords": [
"bots",
"chatbots",
"slack",
"facebook messenger",
"twilio ipm",
"microsoft bot framework"
],
"author": {
"name": "[email protected]"
},
"license": "MIT",
"gitHead": "7d3494b0fe3f71b910f377e10fd25725dcd69dd1",
"_id": "[email protected]",
"_shasum": "f6ff26b15496ab0873e0ca0f673b4f34d98eb443",
"_from": "botkit@latest",
"_npmVersion": "2.15.5",
"_nodeVersion": "4.4.5",
"_npmUser": {
"name": "xoxco",
"email": "[email protected]"
},
"dist": {
"shasum": "f6ff26b15496ab0873e0ca0f673b4f34d98eb443",
"tarball": "https://registry.npmjs.org/botkit/-/botkit-0.4.10.tgz"
},
"maintainers": [
{
"name": "xoxco",
"email": "[email protected]"
}
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/botkit-0.4.10.tgz_1485812839431_0.5076779248192906"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/botkit/-/botkit-0.4.10.tgz",
"readme": "ERROR: No README data found!"
}