-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
42 lines (42 loc) · 801 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
{
"name": "angular-material-sidenav-menu",
"version": "0.0.3",
"homepage": "https://github.com/olimou/material-sidenav-menu",
"authors": [
"olimou <[email protected]>"
],
"description": "Menu collapse for Angular-Material",
"main": [
"material-menu-sidenav.min.js",
"material-menu-sidenav.min.css"
],
"moduleType": [
"globals"
],
"keywords": [
"menu",
"angular-material",
"angular",
"material",
"collapse",
"menu",
"sidenav",
"side",
"nav"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-material": "~1.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/olimou/material-sidenav-menu.git"
}
}