-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 990 Bytes
/
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
{
"name": "eveuni-slack-tools",
"version": "0.0.2",
"description": "A slack bot providing EVE University with slack tools.",
"main": "bot.js",
"scripts": {
"start": "node bot.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": "10.x"
},
"dependencies": {
"botbuilder-adapter-slack": "^1.0.6",
"botbuilder-storage-mongodb": "^0.9.5",
"botkit": "^4.5.0",
"botkit-plugin-cms": "^1.0.3",
"dotenv": "^8.2.0",
"esijs": "git+https://github.com/maxtsero/esiJS.git#patch-1",
"mongoose": "^5.7.12"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/maxtsero/eveuni-slack-tools.git"
},
"keywords": [
"botkit",
"slack",
"EVE",
"Online"
],
"author": "Max Tsero",
"license": "MIT",
"bugs": {
"url": "https://github.com/maxtsero/eveuni-slack-tools/issues"
},
"homepage": "https://github.com/maxtsero/eveuni-slack-tools#readme"
}