forked from barbarbar338/eris-collector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 814 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
{
"author": {
"name": "Barış DEMİRCİ"
},
"bugs": {
"url": "https://github.com/barbarbar338/eris-collector/issues"
},
"bundledependencies": false,
"deprecated": false,
"description": "Create reaction and message collector easily with Eris",
"homepage": "https://github.com/barbarbar338/eris-collector#readme",
"keywords": [
"eris",
"paginate",
"reaction",
"collector",
"collect",
"message",
"reaction-collector",
"message-collector",
"eris-collector",
"discord",
"reactions"
],
"license": "MIT",
"main": "src/Collector.js",
"name": "eris-collector",
"repository": {
"type": "git",
"url": "git+https://github.com/barbarbar338/eris-collector.git"
},
"scripts": {
"test": "node example.js"
},
"version": "1.0.1"
}