forked from twinssbc/AngularJS-ResponsiveCalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 738 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
{
"name": "ng-responsive-calendar",
"version": "0.1.19",
"homepage": "https://github.com/twinssbc/AngularJS-ResponsiveCalendar",
"authors": [
"twinssbc <bocong@hotmail.com>"
],
"description": "A pure AngularJS responsive calendar directive",
"main": [
"dist/css/calendar.css",
"dist/js/calendar-tpls.js"
],
"keywords": [
"angular",
"angularjs",
"calendar",
"responsive"
],
"dependencies": {
"angular": "~1.2",
"bootstrap": "~3.0.3"
},
"license": "MIT",
"ignore": [
"lib/",
"css/",
"src/",
"template/",
".jshintrc",
"gruntfile.js",
"package.json"
]
}