linbei/static/js/bootstrap-drawer-1.0.6/bower.json

52 lines
868 B
JSON

{
"name": "bootstrap-drawer",
"version": "1.0.6",
"authors": [
"Caroline Amaba <her@carolineamaba.com>"
],
"description": "A Bootstrap 3 add-on to create drawer (off-canvas) styled navigation",
"moduleType": [
"globals"
],
"main": [
"dist/css/*",
"dist/js/*"
],
"repository": {
"type": "git",
"url": "https://github.com/clineamb/bootstrap-drawer.git"
},
"keywords": [
"bootstrap3",
"bootstrap-3",
"bootstrap",
"offcanvas",
"off-canvas",
"off",
"canvas",
"navigation",
"navs",
"nav",
"drawer",
"menu",
"html",
"css",
"less",
"javascript",
"js",
"jquery"
],
"license": "ISC",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "2.x",
"bootstrap": "3.x"
}
}