forked from bognix/sandbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.14 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
{
"name": "sandbot",
"version": "1.0.0",
"description": "Slackbot for booking sandboxes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bot": "node --use-openssl-ca index.js"
},
"keywords": [
"slackbot",
"sandbox"
],
"author": "Bogna \"bognix\" Knychala",
"contributors": [
"Andrzej \"nAndy\" Łukaszewski <[email protected]> (https://github.com/nandy-andy)",
"Tomek Kasperek <[email protected]> (https://github.com/kasperekt)",
"Oskar Budziosz <[email protected]> (https://github.com/calendir)",
"Szymon Nawrocki <[email protected]> (https://github.com/szymon-nawrocki)",
"Michał Bartoszewicz <[email protected]> (https://github.com/mbartoszewicz)",
"Weronika Dąbrowska <[email protected]> (https://github.com/wera-trollcode)"
],
"license": "MIT",
"dependencies": {
"@slack/client": "^4.6.0",
"bluebird": "^3.3.4",
"cron": "^1.3.0",
"request": "2.76.0",
"sqlite3": "^5.1.0"
},
"devDependencies": {
"eslint": "^5.5.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0"
}
}