forked from hugoinaction/Eclectic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 763 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 763 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
{
"name": "Eclectic",
"version": "1.0.0",
"description": "A theme for high performance customizable hugo websites.",
"scripts": {
"postinstall": "node postinstall.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atishay/eclectic-hugo-theme.git"
},
"keywords": [
"Website",
"Performance",
"Customizable",
"Hugo"
],
"author": "Atishay Jain <contact@atishay.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/atishay/eclectic-hugo-theme/issues"
},
"homepage": "https://github.com/atishay/eclectic-hugo-theme#readme",
"dependencies": {
"include-media": "^1.4.9",
"line-awesome": "github:icons8/line-awesome"
},
"devDependencies": {
"fs-extra": "^8.0.1"
}
}