Fuse/package.json
Kirollos Risk 8a9ddae59d Fixed #36
2014-10-25 14:58:40 -07:00

17 lines
366 B
JSON

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