-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.07 KB
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
{
"name": "hexo-github-repo-card-plus",
"version": "1.0.10",
"description": "A Hexo plugin to display GitHub repository cards",
"main": "index.js",
"keywords": [
"hexo",
"github",
"repository",
"card",
"plugin"
],
"scripts": {
"test": "echo \"No tests specified\" && exit 0",
"lint": "echo \"No linting configured\" && exit 0",
"prepublishOnly": "echo \"Preparing for publish...\"",
"postpublish": "echo \"Published successfully!\""
},
"author": "sucooer",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/sucooer/hexo-github-repo-card.git"
},
"bugs": {
"url": "https://github.com/sucooer/hexo-github-repo-card/issues"
},
"homepage": "https://github.com/sucooer/hexo-github-repo-card#readme",
"dependencies": {
"node-fetch": "^2.6.7"
},
"engines": {
"node": ">=12.0.0"
},
"files": [
"index.js",
"assets/",
"README.md",
"LICENSE"
]
}