jquery-date-range-picker
Version:
jQuery Date Range Picker is a jQuery plugin that allows user to select a date range.
44 lines (43 loc) • 866 B
JSON
{
"name": "jquery-date-range-picker",
"homepage": "https://github.com/longbill/jquery-date-range-picker",
"authors": [
"<longbill.cn@gmail.com>"
],
"description": "jQuery Date Range Picker is a jQuery plugin that allows user to select a date range.",
"main": [
"./src/jquery.daterangepicker.js",
"./src/daterangepicker.css"
],
"moduleType": [
"amd",
"globals"
],
"keywords": [
"jquery",
"date",
"daterange",
"date",
"picker",
"range"
],
"repository": {
"type": "git",
"url": "git://github.com/longbill/jquery-date-range-picker.git"
},
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"preview.jpg",
"CHANGELOG.md",
"gulpfile.js"
],
"dependencies": {
"moment": ">=2.8.1",
"jquery": ">=1.3.2"
}
}