forked from B-3PO/angular-material-expansion-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 915 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
{
"name": "angular-material-expansion-panel",
"version": "0.7.5",
"description": "Material Design Expansion Panels.",
"main": [
"dist/md-expansion-panel.js",
"dist/md-expansion-panel.css"
],
"repository": {
"type": "git",
"url": "https://github.com/mostafabarmshory/angular-material-expansion-panel.git"
},
"authors": [
"Ben Rubin"
],
"license": "MIT",
"keywords": [
"material",
"material-design",
"design",
"angular",
"component",
"expansion",
"panel",
"panels"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app",
"src",
"gulp"
],
"dependencies": {
"angular": "1.7.x",
"angular-animate": "1.7.x",
"angular-messages": "1.7.x",
"angular-aria": "1.7.x",
"angular-material": "^1.1.0"
},
"devDependencies": {
"angular-mocks": "1.7.x",
"angular-route": "1.7.x"
}
}