-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Robert van Lienden
committed
May 17, 2021
1 parent
5b94999
commit e71b01d
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"name": "robertvanlienden/silverstripe-bulma-dark-theme", | ||
"description": "A simple SilverStripe dark theme based on the Bulma CSS Framework", | ||
"type": "silverstripe-theme", | ||
"keywords": ["silverstripe", "theme"], | ||
"license": "MIT", | ||
"authors": [ | ||
{ | ||
"name": "Robert van Lienden", | ||
"homepage": "https://www.robertvanlienden.nl" | ||
} | ||
], | ||
"require": { | ||
"composer/installers": "*", | ||
"silverstripe/framework": ">=4.0" | ||
}, | ||
"extra": { | ||
"expose": [ | ||
"css", | ||
"images", | ||
"javascript", | ||
"webfonts" | ||
] | ||
} | ||
} |