-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "botkit-starter-rocketchat",
"version": "0.0.1",
"description": "A starter kit for building a custom RocketChat bot with Botkit Studio",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"dependencies": {
"body-parser": "^1.15.2",
"botkit": "^0.6.16",
"botkit-rocketchat-connector": "^0.0.17",
"botkit-studio-metrics": "^0.0.4",
"debug": "^3.1.0",
"node-env-file": "^0.1.8",
"request": "^2.79.0",
"wordfilter": "^0.2.6"
},
"devDependencies": {
"eslint": "^5.1.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/RocketChat/botkit-starter-rocketchat"
},
"bugs": {
"url": "https://github.com/RocketChat/botkit-starter-rocketchat"
},
"homepage": "https://github.com/RocketChat/botkit-starter-rocketchat",
"keywords": [
"bots",
"chatbots",
"RocketChat"
],
"author": "https://github.com/arthurtemporim/",
"license": "ISC"
}