forked from Baremetrics/calendar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 975 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
{
"name": "BaremetricsCalendar",
"version": "1.0.7",
"homepage": "https://github.com/Baremetrics/calendar",
"authors": [
"Tyler van der Hoeven <[email protected]>"
],
"description": "The Baremetrics date range picker is a simplified solution for selecting both date ranges and single dates all from a single calender view. There aren't a billion options but the code is pretty basic and modular so feel free to edit however to meet your own needs.",
"main": [
"public/js/Calendar.js",
"public/css/application.css"
],
"dependencies": {
"moment": "2.10.3",
"jquery": "2.1.4"
},
"moduleType": [
"globals"
],
"keywords": [
"calendar.js",
"baremetrics",
"date",
"range",
"date",
"picker"
],
"repository": {
"type": "git",
"url": "git://github.com/Baremetrics/calendar.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}