mirror of
https://github.com/frappe/air-datepicker.git
synced 2026-01-14 11:01:22 +08:00
33 lines
550 B
JSON
33 lines
550 B
JSON
{
|
|
"name": "air-datepicker",
|
|
"version": "1.2.4",
|
|
"authors": [
|
|
"t1m0n <t1m0n.tr@gmail.com>"
|
|
],
|
|
"description": "A lightweight jQuery datepicker",
|
|
"main": [
|
|
"dist/js/datepicker.js",
|
|
"dist/css/datepicker.css"
|
|
],
|
|
"keywords": [
|
|
"datepicker",
|
|
"calendar",
|
|
"lightweight"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"tasks",
|
|
"docs",
|
|
"page",
|
|
"package.json",
|
|
"gulpfile.js",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "~2.1.4"
|
|
}
|
|
} |