UNPKG

datatables.net-select

Version:
47 lines 1.06 kB
{ "name": "datatables.net-select", "description": "Select for DataTables", "main": "js/dataTables.select.js", "module": "js/dataTables.select.mjs", "types": "./types/types.d.ts", "version": "3.0.1", "files": [ "js/**/*.js", "js/**/*.mjs", "types/**/*.d.ts" ], "keywords": [ "select", "selection", "Datatables", "jQuery", "table", "filter", "sort" ], "dependencies": { "datatables.net": "^2", "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-Select.git" } }