forked from firegods/Tagsbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 913 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": "york_dev",
"version": "3.6.5",
"description": "Persistent Collection based Development Bot",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "York",
"license": "MIT",
"homepage": "https://github.com/YorkAARGH/York-Dev#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/YorkAARGH/York-Dev.git"
},
"bugs": {
"url": "https://github.com/YorkAARGH/York-Dev/issues"
},
"dependencies": {
"canvas-constructor": "github:kyranet/canvasConstructor#2.0",
"discord.js": "github:hydrabolt/discord.js#11.1-dev",
"djs-collection-persistent": "^0.1.3",
"fast-html-parser": "^1.0.1",
"fs-nextra": "^0.2.0",
"gifencoder": "^1.1.0",
"moment": "^2.18.1",
"moment-duration-format": "^1.3.0",
"ms": "^0.7.3",
"stream-to-array": "^2.3.0"
}
}