-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 900 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 900 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
{
"name": "cronos-images",
"version": "1.0.0",
"description": "<p align=\"center\">\r <a href=\"https://github.com/cronos-team/cronos\">\r <img src=\"https://cdn.discordapp.com/attachments/792903485594665000/849656027880226896/asdxasdasdasd.png\" alt=\"cronos images\" />\r </a>\r </p>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cronos-team/cronos-images.git"
},
"keywords": [
"cronos",
"images",
"generation",
"discord",
"bots",
"elttayman"
],
"author": "Cronos Team (https://github.com/cronos-team)",
"license": "MIT",
"bugs": {
"url": "https://github.com/cronos-team/cronos-images/issues"
},
"homepage": "https://github.com/cronos-team/cronos-images#readme",
"dependencies": {
"canvas": "^2.8.0"
}
}