mirror of
https://github.com/krisk/Fuse.git
synced 2026-01-25 16:43:11 +00:00
18 lines
368 B
JSON
18 lines
368 B
JSON
{
|
|
"name": "fuse.js",
|
|
"author": "Kirollos Risk",
|
|
"version": "1.1.7",
|
|
"description": "Lightweight fuzzy-search",
|
|
"license": "Apache",
|
|
"main": "./src/fuse.js",
|
|
"repository": "https://github.com/krisk/Fuse.git",
|
|
"dependencies": {
|
|
"grunt-bump": "0.0.11"
|
|
},
|
|
"scripts": {
|
|
"test": "vows --spec"
|
|
},
|
|
"devDependencies": {
|
|
"vows": "0.5.x"
|
|
}
|
|
} |