package.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datatables.net-bs Show documentation
Show all versions of datatables.net-bs Show documentation
DataTables for jQuery with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)
The newest version!
{
"name": "datatables.net-bs",
"description": "DataTables for jQuery with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)",
"main": "js/dataTables.bootstrap.js",
"module": "js/dataTables.bootstrap.mjs",
"style": "css/dataTables.bootstrap.css",
"types": "./types/dataTables.bootstrap.d.ts",
"version": "2.1.7",
"files": [
"css/**/*.css",
"js/**/*.js",
"js/**/*.mjs",
"types/**/*.d.ts"
],
"keywords": [
"Bootstrap",
"Datatables",
"jQuery",
"table",
"filter",
"sort"
],
"dependencies": {
"datatables.net": "2.1.7",
"jquery": ">=1.7"
},
"moduleType": [
"globals",
"amd",
"node"
],
"ignore": [
"composer.json",
"datatables.json",
"package.json"
],
"author": {
"name": "SpryMedia Ltd",
"url": "http://datatables.net"
},
"homepage": "https://datatables.net",
"bugs": "https://datatables.net/forums",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-Bootstrap.git"
}
}