Files
cdnjs/ajax/libs/pickadate.js/package.json
T
2014-07-15 01:04:03 -04:00

36 lines
745 B
JSON

{
"name": "pickadate.js",
"filename": "picker.js",
"npmName": "pickadate",
"npmFileMap": [
{
"basePath": "/lib/",
"files": [
"*"
]
}
],
"version": "3.5.3",
"description": "The mobile-friendly, responsive, and lightweight jQuery date & time input picker.",
"homepage": "http://amsul.github.io/pickadate.js",
"license": "MIT",
"main": "picker.js",
"keywords": [
"date",
"time",
"picker",
"input",
"responsive"
],
"author": {
"name": "Amsul",
"email": "reach@amsul.ca",
"url": "http://amsul.ca"
},
"bugs": "https://github.com/amsul/pickadate.js/issues",
"repository": {
"type": "git",
"url": "https://github.com/amsul/pickadate.js.git"
}
}