forked from t1m0n/air-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
27 lines (27 loc) · 883 Bytes
/
package.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
{
"name": "liedekef-fdatepicker",
"version": "2.2.4",
"dependencies": {
"jquery": ">=2.0.0 <4.0.0"
},
"description": "Lightweight customizable cross-browser jQuery datepicker, built with es5 and css-flexbox. Works in all modern desktop and mobile browsers (tested on Android 4.4+ and iOS8+).\r ![fdatepicker image](https://raw.githubusercontent.com/liedekef/fdatepicker/master/docs/img/promo-img-time.png)",
"main": "dist/js/fdatepicker.js",
"repository": {
"type": "git",
"url": "git+https://github.com/liedekef/fdatepicker.git"
},
"keywords": [
"fdatepicker",
"datepicker",
"timepicker",
"plugin",
"customizable",
"powerful"
],
"author": "t1m0n <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/liedekef/fdatepicker/issues"
},
"homepage": "https://github.com/liedekef/fdatepicker"
}