This repository has been archived on 2020-05-08. You can view files and clone it, but cannot push or open issues or pull requests.
understrap/bower.json

23 lines
471 B
JSON
Raw Normal View History

{
"name": "understrap",
"version": "0.0.0",
"homepage": "https://github.com/holger1411/understrap",
"authors": [
"Holger Könemann <office@holgerkoenemann.de>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
2015-08-12 07:06:27 +00:00
],
"dependencies": {
"bootstrap-sass": "~3.3.5",
"fontawesome": "~4.4.0",
"_s": "https://github.com/Automattic/_s.git",
"OwlCarousel2": "~2.0.0-beta.3"
}
}