forked from clineamb/bootstrap-drawer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
49 lines (49 loc) · 829 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
{
"name": "bootstrap-drawer",
"version": "1.0.3",
"authors": [
"Caroline Amaba <her@carolineamaba.com>"
],
"description": "A Bootstrap 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": [
"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"
}
}