You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
1.1 KiB
54 lines
1.1 KiB
2 months ago
|
{
|
||
|
"name": "datatables.net-buttons-bs",
|
||
|
"description": "Buttons for DataTables with styling for [Bootstrap](http://getbootstrap.com/)",
|
||
|
"main": [
|
||
|
"js/buttons.bootstrap.js",
|
||
|
"css/buttons.bootstrap.css"
|
||
|
],
|
||
|
"keywords": [
|
||
|
"buttons",
|
||
|
"excel",
|
||
|
"pdf",
|
||
|
"csv",
|
||
|
"column visibility",
|
||
|
"print",
|
||
|
"DataTables",
|
||
|
"jQuery",
|
||
|
"table",
|
||
|
"Bootstrap"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"jquery": ">=1.7",
|
||
|
"datatables.net-bs": ">=1.10.9",
|
||
|
"datatables.net-buttons": ">=1.0.3"
|
||
|
},
|
||
|
"moduleType": [
|
||
|
"globals",
|
||
|
"amd",
|
||
|
"node"
|
||
|
],
|
||
|
"ignore": [
|
||
|
"composer.json",
|
||
|
"datatables.json",
|
||
|
"package.json"
|
||
|
],
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "SpryMedia Ltd",
|
||
|
"homepage": "https://datatables.net"
|
||
|
}
|
||
|
],
|
||
|
"homepage": "https://datatables.net",
|
||
|
"license": "MIT",
|
||
|
"version": "1.1.2",
|
||
|
"_release": "1.1.2",
|
||
|
"_resolution": {
|
||
|
"type": "version",
|
||
|
"tag": "1.1.2",
|
||
|
"commit": "6a4790e7bd1c4fc334b4bdec8cee8fe471862123"
|
||
|
},
|
||
|
"_source": "git://github.com/DataTables/Dist-DataTables-Buttons-Bootstrap.git",
|
||
|
"_target": "^1.1.2",
|
||
|
"_originalSource": "datatables.net-buttons-bs",
|
||
|
"_direct": true
|
||
|
}
|