Files
iTop/node_modules/datatables.net-scroller/node_modules/datatables.net/package.json
Molkobain 6f659a3431 Improve dataTables integration within the app:
- 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
2021-03-26 17:46:13 +01:00

35 lines
790 B
JSON

{
"name": "datatables.net",
"version": "1.10.24",
"description": "DataTables for jQuery ",
"files": [
"js/**/*.js"
],
"main": "js/jquery.dataTables.js",
"type": "types.d.ts",
"keywords": [
"filter",
"sort",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables.git"
},
"devDependencies": {
"@types/jquery": "^3.5.1"
}
}