forked from knht/chariot.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 850 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 850 Bytes
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": "chariot.js",
"version": "3.5.1",
"description": "An extremely lightweight and extensible Eris client framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/riyacchi/chariot.js.git"
},
"keywords": [
"eris",
"discord",
"bot",
"commands",
"events",
"boilerplate",
"chariot",
"chariotjs",
"framework",
"kirameki"
],
"author": "Riya <kato.hana@outlook.jp> (Modified for Erna by wory48)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/riyacchi/chariot.js/issues"
},
"homepage": "https://chariot.js.org/",
"dependencies": {
"eris": "^0.16.1",
"eris-additions": "^1.4.1",
"juration": "^0.1.1",
"readdirp": "^3.6.0"
}
}