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

56 lines
1.2 KiB
JSON

{
"name": "bootstrap-drawer",
"version": "1.0.6",
"description": "A Bootstrap add-on to create drawer (off-canvas) styled navigation",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {},
"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"
],
"author": "Caroline Amaba <her@carolineamaba.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/clineamb/bootstrap-drawer-menu/issues"
},
"homepage": "https://github.com/clineamb/bootstrap-drawer-menu",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.0.5",
"gulp-markdown": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"nunjucks": "^2.4.1",
"through2": "^2.0.1"
},
"dependencies": {
"jquery": "2.x",
"bootstrap": "3.x"
}
}