air-datepicker/bower.json
2016-05-16 10:54:50 +03:00

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"
}
}