Skip to content

Commit

Permalink
Added jquery-datetimepicker for future group code.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradymiller committed Jan 28, 2017
1 parent 806db7d commit bf04b24
Show file tree
Hide file tree
Showing 13 changed files with 6,315 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
"datatables.net-scroller",
"datatables.net",
"jquery",
"jquery-mousewheel",
"imagesloaded",
"moment",
"php-date-formatter",
"react",
"summernote",
"underscore"
Expand Down
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"eonasdan-bootstrap-datetimepicker-3-1-3": "eonasdan-bootstrap-datetimepicker#3.1.3",
"font-awesome-4-6-3": "font-awesome#4.6.3",
"jquery-creditcardvalidator-1-1-0": "jquery-creditcardvalidator#1.1.0",
"jquery-datetimepicker-2-5-4": "datetimepicker#2.5.4",
"jquery.gritter-1-7-4": "jquery.gritter#1.7.4",
"jquery-min-1-2-1": "https://code.jquery.com/jquery-1.2.1.min.js",
"jquery-min-1-2-2": "https://code.jquery.com/jquery-1.2.2.min.js",
Expand Down
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<delete dir="${dir.assets}/Chart.js-2-1-3/docs" verbose="true"/>
<delete dir="${dir.assets}/Chart.js-2-1-3/samples" verbose="true"/>
<delete dir="${dir.assets}/Chart.js-2-1-3/test" verbose="true"/>
<delete dir="${dir.assets}/jquery-datetimepicker-2-5-4/tests" verbose="true"/>
<delete dir="${dir.assets}/numeral-1-5-3/tests" verbose="true"/>
<delete dir="${dir.assets}/summernote-0-8-2/examples" verbose="true"/>
<delete dir="${dir.assets}/summernote-0-8-2/lang" verbose="true"/>
Expand Down
65 changes: 65 additions & 0 deletions public/assets/jquery-datetimepicker-2-5-4/.bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{
"name": "datetimepicker",
"version": "2.5.4",
"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": "[email protected]",
"homepage": "http:https://xdsoft.net/contacts.html"
}
],
"dependencies": {
"jquery": ">= 1.7.2",
"jquery-mousewheel": ">= 3.1.13",
"php-date-formatter": ">= 1.3.3"
},
"license": "MIT",
"homepage": "http:https://xdsoft.net/jqplugins/datetimepicker/",
"repository": {
"type": "git",
"url": "git:https://github.com:xdan/datetimepicker.git"
},
"_release": "2.5.4",
"_resolution": {
"type": "version",
"tag": "2.5.4",
"commit": "d35c53dd594e1b15dd976e0774de968c55e8c382"
},
"_source": "https://github.com/xdan/datetimepicker.git",
"_target": "2.5.4",
"_originalSource": "datetimepicker"
}
56 changes: 56 additions & 0 deletions public/assets/jquery-datetimepicker-2-5-4/bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"name": "datetimepicker",
"version": "2.5.4",
"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": "[email protected]",
"homepage": "http:https://xdsoft.net/contacts.html"
}
],
"dependencies": {
"jquery": ">= 1.7.2",
"jquery-mousewheel": ">= 3.1.13",
"php-date-formatter": ">= 1.3.3"
},
"license": "MIT",
"homepage": "http:https://xdsoft.net/jqplugins/datetimepicker/",
"repository": {
"type": "git",
"url": "git:https://github.com:xdan/datetimepicker.git"
}
}
Loading

0 comments on commit bf04b24

Please sign in to comment.