forked from roj42/nnnslackbot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 818 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
{
"name": "quagbot",
"version": "3.0",
"description": "A charming API abusing quaggan",
"main": "main.js",
"dependencies": {
"botkit": "^0.1.1",
"discord.io": "https://github.com/woor/discord.io/tarball/gateway_v6",
"fs": "0.0.2",
"os": "^0.1.1",
"querystring": "^0.2.0",
"request": "^2.72.0",
"slackbot": "0.0.2",
"winston": "^3.7.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mavrixwk/quagbot"
},
"keywords": [
"neuralnexus",
"lessdremoth",
"quagbot",
"netherfore"
],
"author": "NF",
"license": "MIT",
"bugs": {
"url": "https://github.com/mavrixwk/quagbot/issues"
},
"homepage": "https://github.com/mavrixwk/quagbot#readme"
}