| 1234567891011121314151617181920212223 | 
							- {
 
-   "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"
 
-   }
 
- }
 
 
  |