-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathbower.json
48 lines (48 loc) · 931 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
41
42
43
44
45
46
47
48
{
"name": "datatables.mark.js",
"version": "2.1.0",
"keywords": [
"datatables.mark.js",
"mark.js",
"markjs",
"mark",
"jquery.mark",
"datatables",
"DataTables",
"highlight",
"search",
"jquery",
"javascript",
"text",
"keyword"
],
"license": "MIT",
"homepage": "https://markjs.io/",
"authors": [
{
"name": "Julian Kühnel",
"homepage": "https://github.com/julmot"
}
],
"description": "A DataTables plugin for mark.js to highlight search terms in tables",
"main": "dist/datatables.mark.js",
"moduleType": [
"global", "amd"
],
"repository": {
"type": "git",
"url": "git://github.com/julmot/datatables.mark.js.git"
},
"dependencies": {
"jquery": ">=1.10",
"datatables.net": ">=1.7",
"mark.js": ">=6.1.0"
},
"devDependencies": {},
"ignore": [
"*",
"!dist/*",
"!LICENSE",
"!README.md"
]
}