mirror of
https://github.com/itflow-org/itflow
synced 2026-09-22 14:41:17 +00:00
Fixed up client files can now download and delete files, added web link to client logins added payments, quotes and recurring to client print and lots of little ui cleanups here and there
This commit is contained in:
29
vendor/datepicker/composer.json
vendored
Normal file
29
vendor/datepicker/composer.json
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "tempusdominus/bootstrap-4",
|
||||
"type": "component",
|
||||
"version": "5.1.2",
|
||||
"description": "Date/time picker widget based on twitter bootstrap",
|
||||
"keywords": [
|
||||
"bootstrap",
|
||||
"datetimepicker"
|
||||
],
|
||||
"homepage": "https://github.com/tempusdominus/bootstrap-4",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"robloach/component-installer": "*",
|
||||
"components/jquery": ">=3.0.0",
|
||||
"moment/moment": ">=2.10.5",
|
||||
"tempusdominus/core": "5.0.*"
|
||||
},
|
||||
"extra": {
|
||||
"component": {
|
||||
"scripts": [
|
||||
"src/js/tempusdominus-bootstrap-4.js"
|
||||
],
|
||||
"files": [
|
||||
"build/js/tempusdominus-bootstrap-4.min.js",
|
||||
"build/css/tempusdominus-bootstrap-4.min.css"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user