Fuse/package.json
Kirollos Risk 9b81d27b80 Some new things:
- Made the searcher an option, addressing feature #15.  By defeault it uses the BithapSearcher
- Exposed the list in Fuse as the property `list`, addressing feature $14.
- Added more options:
  * softFn: function
  * shouldSort: boolean
  * includeScore: boolean
2014-04-08 14:38:09 -07:00

18 lines
368 B
JSON

{
"name": "fuse.js",
"author": "Kirollos Risk",
"version": "1.1.0",
"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"
}
}