Fuse/package.json
2017-02-23 15:47:13 -05:00

20 lines
416 B
JSON

{
"name": "fuse.js",
"author": "Kirollos Risk",
"version": "2.6.2",
"description": "Lightweight fuzzy-search",
"license": "Apache",
"main": "./src/fuse.js",
"types": "./index.d.ts",
"repository": "https://github.com/krisk/Fuse.git",
"dependencies": {},
"scripts": {
"test": "vows --spec"
},
"devDependencies": {
"vows": "0.5.x",
"grunt-bump": "0.0.11",
"uglify-js": "*"
}
}