datatables.net-select-se
Version:
Select for DataTables with styling for [SemanticUI](https://semantic-ui.com/)
53 lines • 1.32 kB
JSON
{
"name": "datatables.net-select-se",
"description": "Select for DataTables with styling for [SemanticUI](https://semantic-ui.com/)",
"main": "js/select.semanticui.js",
"module": "js/select.semanticui.mjs",
"style": "css/select.semanticui.css",
"types": "./types/select.semanticui.d.ts",
"version": "3.0.0",
"files": [
"css/**/*.css",
"js/**/*.js",
"js/**/*.mjs",
"types/**/*.d.ts"
],
"keywords": [
"select",
"selection",
"Semantic",
"SemanticUI",
"Semantic UI",
"Datatables",
"jQuery",
"table",
"filter",
"sort"
],
"dependencies": {
"datatables.net-select": "3.0.0",
"datatables.net-se": "^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-SemanticUI.git"
}
}