Files
cdnjs/ajax/libs/fuse.js/package.json
T
2014-09-12 17:46:27 +08:00

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": [
"*"
]
}
}