Skip to main content
Module

x/fuse/package.json

Lightweight fuzzy-search, in JavaScript
Popular
Go to Latest
File
{ "name": "fuse.js", "author": "Kirollos Risk", "version": "2.1.0-beta", "description": "Lightweight fuzzy-search", "license": "Apache", "main": "./src/fuse.js", "repository": "https://github.com/krisk/Fuse.git", "dependencies": {}, "scripts": { "test": "vows --spec" }, "devDependencies": { "vows": "0.5.x", "grunt-bump": "0.0.11", "uglify-js": "*" }}