understrap/bower.json

23 lines
452 B
JSON

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