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