forked from DataTables/Dist-DataTables-Select-Bootstrap4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 802 Bytes
/
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
{
"name": "datatables.net-select-bs4",
"version": "1.2.7",
"description": "Select for DataTables with styling for [Bootstrap 4](http://getbootstrap.com/)",
"files": [
"css/**/*.css",
"js/**/*.js"
],
"main": "js/select.bootstrap4.js",
"keywords": [
"select",
"selection",
"DataTables",
"jQuery",
"table",
"Bootstrap 4"
],
"homepage": "https://datatables.net",
"bugs": "https://datatables.net/forums",
"license": "MIT",
"author": {
"name": "SpryMedia Ltd",
"url": "http://datatables.net"
},
"dependencies": {
"jquery": ">=1.7",
"datatables.net-bs4": "^1.10.15",
"datatables.net-select": "1.2.7"
},
"style": "css/select.bootstrap4.css"
}