-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 918 Bytes
/
bower.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
34
35
36
37
38
{
"name": "gsg-theme-default",
"homepage": "https://github.com/belgac/gsg-theme-default",
"authors": [
"belgac <[email protected]>"
],
"description": "The default theme for gulp-stat-gen",
"keywords": [
"gsg-themes"
],
"license": "MIT",
"main": [
"templates/atom.xml",
"templates/default.html",
"templates/index.html",
"templates/journal.html",
"templates/page.html",
"templates/post.html",
"templates/tag.html",
"templates/partials/footer.html",
"templates/partials/head.html",
"templates/partials/header.html",
"templates/partials/journal-pager.html",
"templates/partials/nav.html",
"templates/partials/post-summary.html"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"repository": {
"type": "git",
"url": "git://github.com/belgac/gsg-theme-default.git"
}
}