diff options
| author | Max | 2017-05-18 14:03:27 +0200 |
|---|---|---|
| committer | Max | 2017-05-18 14:03:27 +0200 |
| commit | f597e2fe949a1e18eb778b9a5bd102de88570555 (patch) | |
| tree | 7e42e6f91dd3e764cd2cf0c4f61f48501c2ed98f /bower.json | |
| download | docs.maxmail.xyz-f597e2fe949a1e18eb778b9a5bd102de88570555.tar.gz | |
Diffstat (limited to 'bower.json')
| -rw-r--r-- | bower.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..0973e35 --- /dev/null +++ b/bower.json @@ -0,0 +1,36 @@ +{ + "name": "understrap", + "version": "0.3.9.5", + "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": { + "bootstrap-sass": "~3.3.6", + "fontawesome": "~4.5.0", + "_s": "https://github.com/Automattic/_s.git", + "OwlCarousel2": "https://github.com/smashingboxes/OwlCarousel2.git", + "bootstrap": "v4.0.0-alpha.2" + }, + "_source": "https://github.com/holger1411/understrap.git", + "_target": "~0.3.9.5", + "_originalSource": "understrap" +} |
