-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.35 KB
/
package.json
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
53
54
55
56
{
"name": "datatables.net-buttons-bs5",
"description": "Buttons for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)",
"main": "js/buttons.bootstrap5.js",
"module": "js/buttons.bootstrap5.mjs",
"style": "css/buttons.bootstrap5.css",
"types": "./types/buttons.bootstrap5.d.ts",
"version": "3.2.0",
"files": [
"css/**/*.css",
"js/**/*.js",
"js/**/*.mjs",
"types/**/*.d.ts"
],
"keywords": [
"Buttons",
"Column Visibility",
"csv",
"excel",
"pdf",
"print",
"Bootstrap",
"Bootstrap5",
"Datatables",
"jQuery",
"table",
"filter",
"sort"
],
"dependencies": {
"datatables.net-buttons": "3.2.0",
"datatables.net-bs5": "^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-Buttons-Bootstrap5.git"
}
}