1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| {
| "name": "fuzzysearch",
| "description": "Tiny and blazing-fast fuzzy search in JavaScript",
| "version": "1.0.3",
| "homepage": "https://github.com/bevacqua/fuzzysearch",
| "author": {
| "name": "Nicolas Bevacqua",
| "email": "ng@bevacqua.io",
| "url": "http://bevacqua.io"
| },
| "license": "MIT",
| "repository": {
| "type": "git",
| "url": "git://github.com/bevacqua/fuzzysearch.git"
| },
| "scripts": {
| "test": "jshint . && tape test/*.js"
| },
| "devDependencies": {
| "jshint": "^2.6.0",
| "tape": "^3.5.0"
| }
| }
|
|