-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "datatables.net-columncontrol-bs",
"description": "ColumnControl for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)",
"main": "js/columnControl.bootstrap.js",
"module": "js/columnControl.bootstrap.mjs",
"style": "css/columnControl.bootstrap.css",
"types": "./types/columnControl.bootstrap.d.ts",
"version": "1.2.1",
"files": [
"css/**/*.css",
"js/**/*.js",
"js/**/*.mjs",
"types/**/*.d.ts"
],
"keywords": [
"ColumnControl",
"search",
"filter",
"buttons",
"column visibility",
"Bootstrap",
"Datatables",
"table",
"filter",
"sort"
],
"dependencies": {
"datatables.net-columncontrol": "1.2.1",
"datatables.net-bs": "^2.3.2"
},
"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-ColumnControl-Bootstrap.git"
}
}