forked from mavrixwk/quagbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 799 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
{
"name": "nnnslackbot",
"version": "1.1.4",
"description": "A slackbot for NNN. Provides an interface for guild wars 2 recipes, prefix nomenclature, and sass",
"main": "main.js",
"dependencies": {
"botkit": "^0.1.1",
"fs": "0.0.2",
"os": "^0.1.1",
"querystring": "^0.2.0",
"request": "^2.72.0",
"slackbot": "0.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/roj42/nnnslackbot.git"
},
"keywords": [
"neuralnexus",
"lessdremoth"
],
"author": "Roger Lampe",
"license": "MIT",
"bugs": {
"url": "https://github.com/roj42/nnnslackbot/issues"
},
"homepage": "https://github.com/roj42/nnnslackbot#readme"
}