forked from Gonah/angular-bootstrap-calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 862 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
{
"name": "angular-bootstrap-calendar",
"version": "0.28.3",
"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",
"test",
"src/**/*.js",
".github",
"docs",
"index.html",
"karma.conf.js",
"webpack.config.build.js",
"webpack.config.js"
],
"dependencies": {
"angular": ">=1.3.0",
"moment": "^2.10.0",
"bootstrap": "^3.3.4"
}
}