forked from mattlewis92/angular-bootstrap-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 856 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
{
"name": "angular-bootstrap-calendar",
"version": "0.14.6",
"homepage": "https://github.com/mattlewis92/angular-bootstrap-calendar",
"authors": [
"Matt Lewis"
],
"description": "A pure AngularJS bootstrap themed responsive calendar that can display events and has views for year, month, week and day",
"main": [
"dist/js/angular-bootstrap-calendar-tpls.js",
"dist/css/angular-bootstrap-calendar.css"
],
"keywords": [
"AngularJS",
"Angular",
"Bootstrap",
"Responsive",
"Calendar"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"docs/bower_components",
"test",
"tests"
],
"dependencies": {
"angular": ">=1.3.0 <1.5",
"moment": "~2.10.0",
"bootstrap": "~3.3.4"
},
"devDependencies": {
"angular-mocks": ">=1.3.0 <1.5"
}
}