mirror of
https://github.com/imezx/Warp.git
synced 2025-04-24 15:10:03 +00:00
42 lines
820 B
JSON
42 lines
820 B
JSON
{
|
|
"name": "mark.js",
|
|
"version": "8.11.1",
|
|
"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": [
|
|
"global", "amd"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/julmot/mark.js.git"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"ignore": [
|
|
"*",
|
|
"!dist/*",
|
|
"!LICENSE",
|
|
"!README.md"
|
|
]
|
|
}
|