mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
32 lines
591 B
JSON
32 lines
591 B
JSON
{
|
|
"name": "fuse.js",
|
|
"filename": "fuse.min.js",
|
|
"version": "1.2.0",
|
|
"description": "Lightweight fuzzy-search, in JavaScript",
|
|
"homepage": "http://kiro.me/projects/fuse.html",
|
|
"keywords": [
|
|
"fuse",
|
|
"fuse.js"
|
|
],
|
|
"maintainers": [
|
|
{
|
|
"name": "Kirollos Risk",
|
|
"web": "https://github.com/krisk"
|
|
}
|
|
],
|
|
"repositories": [
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/krisk/Fuse"
|
|
}
|
|
],
|
|
"autoupdate": {
|
|
"source": "git",
|
|
"target": "git://github.com/krisk/Fuse.git",
|
|
"basePath": "src/",
|
|
"files": [
|
|
"*"
|
|
]
|
|
}
|
|
}
|