register understrap as bower package

Run „bower install under strap —save“ to install understrap as
dependency in another project. For example your child theme.
This commit is contained in:
koenemann 2015-09-15 15:30:54 +02:00
parent ff0dc514b9
commit 2cabcf7d34
1 changed files with 20 additions and 3 deletions

View File

@ -1,9 +1,21 @@
{ {
"name": "understrap", "name": "understrap",
"version": "0.3.2", "version": "0.3.4",
"homepage": "http://understrap.com", "homepage": "http://understrap.com",
"authors": [ "authors": [
"Holger Könemann <office@holgerkoenemann.de>" "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": "MIT", "license": "MIT",
"ignore": [ "ignore": [
@ -18,5 +30,10 @@
"fontawesome": "~4.4.0", "fontawesome": "~4.4.0",
"_s": "https://github.com/Automattic/_s.git", "_s": "https://github.com/Automattic/_s.git",
"OwlCarousel2": "~2.0.0-beta.3" "OwlCarousel2": "~2.0.0-beta.3"
} },
"_source": "https://github.com/holger1411/understrap.git",
"_target": "~0.3.4",
"_originalSource": "understrap"
} }