-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1019 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1019 Bytes
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
{
"name": "datatables.net-cardview-bs4",
"description": "CardView for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)",
"main": "js/cardView.bootstrap4.js",
"module": "js/cardView.bootstrap4.mjs",
"style": "css/cardView.bootstrap4.css",
"types": "./types/cardView.bootstrap4.d.ts",
"version": "1.0.3",
"files": [
"css/**/*.css",
"js/**/*.js",
"js/**/*.mjs",
"types/**/*.d.ts"
],
"keywords": [
"Cards",
"Responsive",
"Bootstrap",
"Bootstrap4",
"Datatables",
"table",
"filter",
"sort"
],
"dependencies": {
"datatables.net-cardview": "1.0.3",
"datatables.net-bs4": "^3"
},
"author": {
"name": "SpryMedia Ltd",
"url": "http://datatables.net"
},
"homepage": "https://datatables.net",
"bugs": "https://datatables.net/forums",
"license": "SEE LICENSE IN License.txt"
}