forked from Sarfaraaz/angular-material-event-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
46 lines (46 loc) · 933 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-event-calendar",
"version": "0.1.4",
"description": "Angular material event calander component",
"main": [
"dist/angular-material-event-calendar.js",
"dist/angular-material-event-calendar.css"
],
"repository": {
"type": "git",
"url": "[email protected]:B-3PO/angular-material-event-calendar.git"
},
"authors": [
"Ben Rubin"
],
"license": "MIT",
"keywords": [
"material",
"material-design",
"design",
"angular",
"component",
"calendar",
"event",
"md"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app",
"src",
"gulp"
],
"dependencies": {
"angular": "^1.5.7",
"angular-animate": "^1.5.7",
"angular-messages": "^1.5.7",
"angular-aria": "^1.5.7",
"angular-material": "^1.1.0"
},
"devDependencies": {
"angular-mocks": "^1.5.7",
"angular-route": "^1.5.7"
}
}