-
Notifications
You must be signed in to change notification settings - Fork 23
/
bower.json
51 lines (51 loc) · 868 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "bootstrap-drawer",
"version": "1.0.6",
"authors": [
"Caroline Amaba <[email protected]>"
],
"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"
}
}