forked from julkue/mark.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 820 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
{
"name": "mark.js",
"version": "9.0.0",
"keywords": [
"mark.js",
"markjs",
"mark",
"jquery.mark",
"jmHighlight",
"highlight",
"search",
"jquery",
"javascript",
"text",
"keyword"
],
"license": "MIT",
"homepage": "https://markjs.io/",
"authors": [
{
"name": "Julian Kühnel",
"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": [
"globals", "amd"
],
"repository": {
"type": "git",
"url": "git://github.com/julmot/mark.js.git"
},
"dependencies": {},
"devDependencies": {},
"ignore": [
"*",
"!dist/*",
"!LICENSE",
"!README.md"
]
}