forked from gethugothemes/hugo-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 770 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
33
{
"name": "@gethugothemes/hugo-modules",
"description": "Hugo Modules for gethugothemes.com themes",
"homepage": "https://github.com/gethugothemes/hugo-modules",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/gethugothemes/hugo-modules.git"
},
"bugs": {
"url": "https://github.com/gethugothemes/hugo-modules/issues"
},
"keywords": [
"hugo",
"hugo-modules"
],
"author": {
"name": "Mehedi Sharif Titas",
"web": "https://gethugothemes.com"
},
"maintainers": [
{
"name": "Somrat",
"email": "themefisher.dev@gmail.com",
"web": "https://somrat.netlify.app"
},
{
"name": "Sojon",
"email": "sojon.themefisher@gmail.com",
"web": ""
}
]
}