patternfly
Version:
This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.
16 lines (15 loc) • 319 B
JSON
{
"name": "bootstrap-datepicker",
"version": "1.4.0",
"main": [
"dist/css/bootstrap-datepicker.css",
"dist/css/bootstrap-datepicker3.css",
"js/bootstrap-datepicker.js"
],
"license": "Apache-2.0",
"dependencies": {
"jquery" : ">=1.7.1",
"bootstrap" : ">=2.0.4 <4.0"
},
"ignore": []
}