-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 947 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 947 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
38
39
40
41
42
43
44
{
"name": "pluginbadges",
"version": "1.0.0-pre.1",
"description": "Download badges for plugins hosted on Spigot, DevBukkit, Ore, and GitHub.",
"main": "index.js",
"scripts": {
"start": "node .",
"lint": "eslint --config .eslintrc.json ."
},
"private": true,
"keywords": [
"minecraft",
"spigot",
"bukkit",
"sponge",
"badge"
],
"author": "Daniel Scalzi",
"license": "MIT",
"devDependencies": {
"eslint": "^7.28.0"
},
"dependencies": {
"badge-maker": "^3.3.1",
"cloudscraper": "^4.6.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"jquery": "^3.6.0",
"lru-cache": "^6.0.0",
"mime": "^2.5.2",
"request": "^2.88.2",
"uikit": "^3.6.22"
},
"engines": {
"node": "14.x.x"
},
"repository": {
"url": "https://github.com/dscalzi/PluginBadges"
},
"bugs": {
"url": "https://github.com/dscalzi/PluginBadges/issues"
}
}