19 lines
497 B
JSON
19 lines
497 B
JSON
{
|
|
"name": "drmonty-datatables-colvis",
|
|
"description": "End user column visibility options plug-in for DataTables",
|
|
"homepage": "http://datatables.net",
|
|
"version": "1.1.2",
|
|
"author": {
|
|
"name": "Allan Jardine",
|
|
"url": "http://sprymedia.co.uk"
|
|
},
|
|
"main": "js/dataTables.colVis.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/drmonty/datatables-colvis.git"
|
|
},
|
|
"dependencies": {
|
|
"jquery": ">=1.7.0"
|
|
}
|
|
}
|