/home/techb158/workloadmatch.com/bower_components/bootstrap-datepicker
NameSizeModeActions
.github/-0777rm
build/-0777rm
dist/-0777rm
docs/-0777rm
grunt/-0777rm
js/-0777rm
less/-0777rm
tests/-0777rm
.bower.json6090777editdlrm
.editorconfig1990777editdlrm
.gitignore1140777editdlrm
.travis.yml940777editdlrm
bower.json2340777editdlrm
CHANGELOG.md196970777editdlrm
CODE_OF_CONDUCT.md32610777editdlrm
composer.json10300777editdlrm
CONTRIBUTING.md25610777editdlrm
Gruntfile.js86320777editdlrm
LICENSE113580777editdlrm
package.json12460777editdlrm
README.md18550777editdlrm
yarn.lock661510777editdlrm
Edit: /home/techb158/workloadmatch.com/bower_components/bootstrap-datepicker/package.json (1246B)
{ "name": "bootstrap-datepicker", "description": "A datepicker for Bootstrap", "version": "1.7.1", "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 ", "scripts": { "test": "grunt test" }, "repository": { "type": "git", "url": "https://github.com/uxsolutions/bootstrap-datepicker.git" }, "dependencies": { "jquery": ">=1.7.1 <4.0.0" }, "devDependencies": { "grunt": "^1.0.1", "grunt-banner": "~0.6.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-compress": "^1.4.1", "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", "phantomjs-prebuilt": "~2.1.8", "time-grunt": "^1.4.0" } }