mirror of
https://github.com/wekan/wekan.git
synced 2026-03-05 21:30:17 +01:00
Update Bootstrap Datepicker version to 1.10.0
This commit is contained in:
parent
f56ac1d45e
commit
8d9df72114
286 changed files with 22730 additions and 80 deletions
49
packages/wekan-bootstrap-datepicker/bootstrap-datepicker/package.json
vendored
Normal file
49
packages/wekan-bootstrap-datepicker/bootstrap-datepicker/package.json
vendored
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"name": "bootstrap-datepicker",
|
||||
"description": "A datepicker for Bootstrap",
|
||||
"version": "1.10.0",
|
||||
"license": "Apache-2.0",
|
||||
"keywords": [
|
||||
"datepicker",
|
||||
"bootstrap"
|
||||
],
|
||||
"main": "./dist/js/bootstrap-datepicker.js",
|
||||
"files": [
|
||||
"build",
|
||||
"dist",
|
||||
"js/**/*.js",
|
||||
"less/*.less",
|
||||
"LICENSE"
|
||||
],
|
||||
"homepage": "https://github.com/uxsolutions/bootstrap-datepicker",
|
||||
"author": "Andrew Rowls <eternicode@gmail.com>",
|
||||
"scripts": {
|
||||
"test": "grunt test",
|
||||
"screenshots": "node ./docs/screenshots.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/uxsolutions/bootstrap-datepicker.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": ">=3.4.0 <4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "^1.0.4",
|
||||
"grunt-banner": "~0.6.0",
|
||||
"grunt-contrib-clean": "^1.0.0",
|
||||
"grunt-contrib-compress": "^1.5.0",
|
||||
"grunt-contrib-concat": "^1.0.1",
|
||||
"grunt-contrib-csslint": "^2.0.0",
|
||||
"grunt-contrib-cssmin": "^1.0.2",
|
||||
"grunt-contrib-jshint": "^1.1.0",
|
||||
"grunt-contrib-less": "^1.4.0",
|
||||
"grunt-contrib-qunit": "^1.2.0",
|
||||
"grunt-contrib-uglify": "^2.0.0",
|
||||
"grunt-jscs": "^3.0.1",
|
||||
"grunt-string-replace": "^1.3.1",
|
||||
"load-grunt-tasks": "^3.5.2",
|
||||
"puppeteer": "1.18.1",
|
||||
"time-grunt": "^1.4.0"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue