forked from discordware/eris-sharder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 821 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
{
"name": "eris-sharder",
"version": "1.7.8",
"description": "A sharder for the discord eris library",
"main": "./src/index.js",
"dependencies": {
"asciiart-logo": "^0.1.7",
"colors": "^1.1.2",
"eris": "^0.9.0",
"fancy-log": "^1.3.0"
},
"devDependencies": {
"tui-jsdoc-template": "^1.2.2"
},
"scripts": {
"test": "node ./tests/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Discord-Sharders/eris-sharder.git"
},
"keywords": [
"eris",
"sharder",
"sharding",
"discord"
],
"engines": {
"node": ">=8.0.0"
},
"author": "John Smith",
"license": "MIT",
"bugs": {
"url": "https://github.com/Discord-Sharders/eris-sharder/issues"
},
"homepage": "https://github.com/Discord-Sharders/eris-sharder#readme"
}