summaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorMax2018-10-15 23:46:42 +0200
committerMax2018-10-15 23:46:42 +0200
commit00c9709fd9763542e848f6278db8ba26af5c9886 (patch)
tree92cb1c1ee4c467118e1e5a4c7e233d3feac6efa8 /bower.json
downloadfuselkoenig_de-00c9709fd9763542e848f6278db8ba26af5c9886.tar.gz
Initial commit.
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..67d1b92
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,31 @@
+{
+ "name": "understrap",
+ "version": "0.8.7",
+ "homepage": "http://understrap.com",
+ "authors": [
+ "Holger Koenemann <office@holgerkoenemann.de>"
+ ],
+ "description": "UnderStrap is a Bootstrap and underscores based WordPress theme framework.",
+ "moduleType": "globals",
+ "main": [
+ "sass/theme.scss"
+ ],
+ "keywords": [
+ "bootstrap",
+ "underscores",
+ "wordpress",
+ "_s",
+ "sass"
+ ],
+ "license": "GPL-2.0",
+ "ignore": [
+ "**/.*",
+ "test",
+ "tests"
+ ],
+ "dependencies": {
+ },
+ "_source": "https://github.com/holger1411/understrap.git",
+ "_target": "~0.8.7",
+ "_originalSource": "understrap"
+}