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:
31
assets/plugins/bootstrap-timepicker/package.json
Normal file
31
assets/plugins/bootstrap-timepicker/package.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "bootstrap-timepicker",
|
||||
"description": "Timepicker widget for Twitter Bootstrap 2.*",
|
||||
"version": "0.2.3",
|
||||
"homepage": "http://jdewit.github.com/bootstrap-timepicker",
|
||||
"author": {
|
||||
"name": "Joris de Wit",
|
||||
"email": "joris.w.dewit@gmail.com",
|
||||
"url": "http://jorisdewit.ca"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jdewit/bootstrap-timepicker"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "bower install; grunt test;"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/jdewit/bootstrap-timepicker/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt-cli": "~0.1",
|
||||
"grunt": "~0.4.1",
|
||||
"bower": "latest",
|
||||
"grunt-contrib-less": "~0.5.0",
|
||||
"grunt-contrib-jshint": "~0.4.3",
|
||||
"grunt-contrib-uglify": "~0.2.0",
|
||||
"grunt-contrib-jasmine": "~0.4.2",
|
||||
"grunt-contrib-watch": "~0.4.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user