mirror of
https://github.com/xdan/datetimepicker.git
synced 2024-11-18 06:24:22 +00:00
New version 2.5.11
This commit is contained in:
parent
4d3019c858
commit
e8aedc54ec
56
bower.json
Normal file
56
bower.json
Normal file
@ -0,0 +1,56 @@
|
|||||||
|
{
|
||||||
|
"name": "datetimepicker",
|
||||||
|
"version": "2.5.11",
|
||||||
|
"main": [
|
||||||
|
"build/jquery.datetimepicker.full.min.js",
|
||||||
|
"jquery.datetimepicker.css"
|
||||||
|
],
|
||||||
|
"ignore": [
|
||||||
|
"**/screen",
|
||||||
|
"**/datetimepicker.jquery.json",
|
||||||
|
"**/*.png",
|
||||||
|
"**/*.txt",
|
||||||
|
"**/*.md",
|
||||||
|
"**/*.html",
|
||||||
|
"**/*.tpl",
|
||||||
|
"**/jquery.js",
|
||||||
|
"bower_components",
|
||||||
|
"node_modules"
|
||||||
|
],
|
||||||
|
"keywords": [
|
||||||
|
"calendar",
|
||||||
|
"date",
|
||||||
|
"time",
|
||||||
|
"form",
|
||||||
|
"datetime",
|
||||||
|
"datepicker",
|
||||||
|
"timepicker",
|
||||||
|
"datetimepicker",
|
||||||
|
"validation",
|
||||||
|
"ui",
|
||||||
|
"scroller",
|
||||||
|
"picker",
|
||||||
|
"i18n",
|
||||||
|
"input",
|
||||||
|
"jquery",
|
||||||
|
"touch"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Chupurnov Valeriy",
|
||||||
|
"email": "chupurnov@gmail.com",
|
||||||
|
"homepage": "http://xdsoft.net/contacts.html"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": ">= 1.7.2",
|
||||||
|
"jquery-mousewheel": ">= 3.1.13",
|
||||||
|
"php-date-formatter": ">= 1.3.3"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"homepage": "http://xdsoft.net/jqplugins/datetimepicker/",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git://github.com:xdan/datetimepicker.git"
|
||||||
|
}
|
||||||
|
}
|
2672
build/jquery.datetimepicker.full.js
Normal file
2672
build/jquery.datetimepicker.full.js
Normal file
File diff suppressed because one or more lines are too long
@ -1,13 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "jquery-datetimepicker",
|
"name": "jquery-datetimepicker",
|
||||||
"version": "2.5.10",
|
"version": "2.5.11",
|
||||||
"description": "jQuery Plugin DateTimePicker it is DatePicker and TimePicker in one",
|
"description": "jQuery Plugin DateTimePicker it is DatePicker and TimePicker in one",
|
||||||
"main": "build/jquery.datetimepicker.full.min.js",
|
"main": "build/jquery.datetimepicker.full.min.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"concat": "concat-cli -f node_modules/php-date-formatter/js/php-date-formatter.min.js jquery.datetimepicker.js node_modules/jquery-mousewheel/jquery.mousewheel.js -o build/jquery.datetimepicker.full.js",
|
"concat": "concat-cli -f node_modules/php-date-formatter/js/php-date-formatter.min.js jquery.datetimepicker.js node_modules/jquery-mousewheel/jquery.mousewheel.js -o build/jquery.datetimepicker.full.js",
|
||||||
"minify": "uglifyjs jquery.datetimepicker.js -c -m -o build/jquery.datetimepicker.min.js && uglifycss jquery.datetimepicker.css > build/jquery.datetimepicker.min.css",
|
"minify": "uglifyjs jquery.datetimepicker.js -c -m -o build/jquery.datetimepicker.min.js && uglifycss jquery.datetimepicker.css > build/jquery.datetimepicker.min.css",
|
||||||
"minifyconcat": "uglifyjs build/jquery.datetimepicker.full.js -c -m -o build/jquery.datetimepicker.full.min.js && rm -f build/jquery.datetimepicker.full.js",
|
"minifyconcat": "uglifyjs build/jquery.datetimepicker.full.js -c -m -o build/jquery.datetimepicker.full.min.js",
|
||||||
"github": "git add --all && git commit -m \"New version %npm_package_version% \" && git tag %npm_package_version% && git push --tags origin HEAD:master && npm publish",
|
"github": "git add --all && git commit -m \"New version %npm_package_version% \" && git tag %npm_package_version% && git push --tags origin HEAD:master && npm publish",
|
||||||
"build": "npm run minify && npm run concat && npm run minifyconcat",
|
"build": "npm run minify && npm run concat && npm run minifyconcat",
|
||||||
"public": "npm version patch --no-git-tag-version && npm run build && npm run github"
|
"public": "npm version patch --no-git-tag-version && npm run build && npm run github"
|
||||||
|
Loading…
Reference in New Issue
Block a user