forked from tamble/jquery-ui-daterangepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
28 lines (28 loc) · 770 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
{
"name": "jquery-ui-daterangepicker",
"homepage": "http://tamble.github.io/jquery-ui-daterangepicker/",
"description": "jQuery UI widget similar to the date range picker used in Google Analytics; supports multiple months, custom preset ranges and smart positioning; ThemeRoller-ready and mobile-friendly.",
"repository": {
"type": "git",
"url": "git://github.com/tamble/jquery-ui-daterangepicker.git"
},
"main": [
"jquery.comiseo.daterangepicker.js",
"jquery.comiseo.daterangepicker.css"
],
"ignore": [
"/.*"
],
"keywords": [
"jquery",
"jquery ui",
"date picker",
"date range picker"
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.8.3",
"jquery-ui": ">=1.9.0",
"momentjs": "~2.3.0"
}
}