forked from julkue/mark.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
44 lines (44 loc) · 841 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
{
"name": "mark.js",
"version": "6.1.0",
"keywords": [
"mark.js",
"markjs",
"mark",
"jquery.mark",
"jmHighlight",
"highlight",
"search",
"jquery",
"javascript",
"text",
"keyword"
],
"license": "MIT",
"homepage": "https://markjs.io/",
"authors": [
{
"name": "Julian Motz",
"homepage": "https://github.com/julmot"
}
],
"description": "Highlight keywords using JavaScript. Intended for every use case. Can e.g. be used to mark text in search results.",
"main": "dist/mark.js",
"moduleType": [
"global", "amd"
],
"repository": {
"type": "git",
"url": "git://github.com/julmot/mark.js.git"
},
"dependencies": {},
"devDependencies": {
"jquery": ">1.10"
},
"ignore": [
"*",
"!dist/*",
"!LICENSE",
"!README.md"
]
}