Add frontend assets and plugin bundles
Add the legacy frontend themes, scripts, and plugin assets required by the main SPOTA interfaces.
This commit is contained in:
16
assets/plugins/bootstrap-timepicker/component.json
Normal file
16
assets/plugins/bootstrap-timepicker/component.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"name": "bootstrap-timepicker",
|
||||
"version": "0.2.3",
|
||||
"description": "A timepicker component for Twitter Bootstrap 2.x",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jdewit/bootstrap-timepicker"
|
||||
},
|
||||
"main": ["js/bootstrap-timepicker.min.js", "css/bootstrap-timepicker.min.css"],
|
||||
"dependencies": {
|
||||
"bootstrap": ">=2.0.4 <3.0",
|
||||
"jquery": ">=1.8.3",
|
||||
"autotype": "https://raw.github.com/mmonteleone/jquery.autotype/master/jquery.autotype.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user