-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
40 lines (40 loc) · 945 Bytes
/
bower.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
{
"name": "datatables-material-design",
"description": "Theme material design for datatables",
"authors": [
"Stéphane Monnot <[email protected]>"
],
"main": [
"./dist/js/dataTables.materialdesign.js",
"./dist/js/dataTables.materialdesign.min.js",
"./dist/css/dataTables.materialdesign.css",
"./dist/css/dataTables.materialdesign.min.css"
],
"version": "0.1.0",
"keywords": [
"datatable",
"datatables",
"material",
"material design",
"design",
"md"
],
"license": "CC BY-NC-SA 3.0",
"dependencies": {
"jquery": "~2.1.1",
"bootstrap": "~3.3.5",
"bootstrap-material-design": "~0.3.0",
"youtube-loading-bar": "~0.1.0",
"datatables": "~1.10.8"
},
"ignore": [
"bower_components",
"demo/",
"dist/js/lib/",
"**/.*",
"node_modules",
"test",
"tests"
],
"homepage": "https://github.com/shinbuntu/datatables-material-design"
}