lobipanel
Version:
jQuery plugin for bootstrap panels. It extends panels with several common and useful functions.
40 lines (39 loc) • 869 B
JSON
{
"name": "lobipanel",
"description": "jQuery plugin for bootstrap panels. It extends panels with several common and useful functions",
"main": [
"dist/css/lobipanel.min.css",
"dist/js/lobipanel.min.js"
],
"authors": [
{
"name": "Zura Sekhniashvili",
"email": "zurasekhniashvili@gmail.com",
"homepage": "https://github.com/arboshiki"
}
],
"license": "MIT",
"keywords": [
"jQuery",
"plugin",
"bootstrap panels",
"floating windows",
"ajax loading panels",
"localStorage"
],
"homepage": "https://github.com/arboshiki/lobibox",
"moduleType": [],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^3.3.6",
"jquery-ui": "^1.11.4",
"jquery-ui-touch-punch-improved": "^0.3.1"
}
}