-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.58 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
{
"name": "notman-housekeeping-bot",
"version": "1.0.0",
"description": "Notman house bot",
"main": "slack_bot.js",
"dependencies": {
"async": "^2.0.0-rc.5",
"back": "^1.0.1",
"body-parser": "^1.14.2",
"botbuilder": "^3.2.3",
"botkit-middleware-luis": "^1.0.0",
"botkit-studio-sdk": "^1.0.0",
"clone": "2.1.0",
"command-line-args": "^3.0.0",
"crypto": "0.0.3",
"ejs": "^2.5.5",
"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",
"node-schedule": "^1.2.0"
},
"devDependencies": {
"eslint": "^3.14.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"jscs": "^3.0.7",
"mocha": "^3.2.0",
"should": "^11.1.2",
"winston": "^2.1.1"
},
"scripts": {
"start": "node slack_bot.js",
"pretest": "jscs ./lib/",
"test": "mocha tests/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maison-notman-house/notman-housekeeping-bot.git"
},
"keywords": [
"bots",
"chatbots",
"slack",
"notman house",
"botkit framework"
],
"author": "@vlasov01",
"license": "MIT",
"bugs": {
"url": "https://github.com/maison-notman-house/notman-housekeeping-bot/issues"
},
"homepage": "https://github.com/maison-notman-house/notman-housekeeping-bot#readme"
}