mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
- Manage lib through NPM - Move portal / Bootstrap files back to the itop-portal-base module (not managed through NPM yet) - Fix SCSS classes for the backoffice as it was based on the bootstrap CSS classes which are not there anymore Note: jQuery is included as a dependency, will check with the team if we can force it not to be retrieved
32 lines
797 B
JSON
32 lines
797 B
JSON
{
|
|
"name": "datatables.net-fixedheader",
|
|
"version": "3.1.2",
|
|
"description": "FixedHeader for DataTables ",
|
|
"files": [
|
|
"js/dataTables.fixedHeader.js"
|
|
],
|
|
"main": "./js/dataTables.fixedHeader.js",
|
|
"keywords": [
|
|
"fixed headers",
|
|
"sticky",
|
|
"DataTables",
|
|
"jQuery",
|
|
"table",
|
|
"DataTables"
|
|
],
|
|
"homepage": "https://datatables.net",
|
|
"bugs": "https://datatables.net/forums",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "SpryMedia Ltd",
|
|
"url": "http://datatables.net"
|
|
},
|
|
"dependencies": {
|
|
"jquery": ">=1.7",
|
|
"datatables.net": ">=1.10.9"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/DataTables/Dist-DataTables-FixedHeader.git"
|
|
}
|
|
} |