forked from krisk/Fuse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 416 Bytes
/
package.json
File metadata and controls
19 lines (19 loc) · 416 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "fuse.js",
"author": "Kirollos Risk",
"version": "2.6.1",
"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": "*"
}
}