-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (31 loc) · 756 Bytes
/
package.json
File metadata and controls
32 lines (31 loc) · 756 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
{
"name": "github-profile",
"version": "1.1.8",
"description": "Showcase your GitHub account's profile with GitHub offical page style. ",
"homepage": "https://github-profile.joytou.net",
"author": "Joytou <joytou.wu@qq.com> (https://github.com/joytou)",
"repository": {
"type": "git",
"url": "https://github.com/joytou/github-profile.git"
},
"bugs": {
"url": "https://github.com/joytou/github-profile/issues"
},
"keywords": [
"github",
"profile",
"iframe",
"html",
"widget"
],
"license": "Apache License, Version 2.0",
"files": [
"/_layouts/default.html",
"gh-profile.html",
"gh-profile.min.html",
"gh-profile.js",
"gh-profile.min.js",
"style.css",
"LICENSE.md"
]
}