34 lines
		
	
	
		
			774 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			774 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 
 | |
|   "name"        : "fuzzysort",
 | |
|   "version"     : "3.1.0",
 | |
|   "author"      : "farzher",
 | |
|   "license"     : "MIT",
 | |
|   "description" : "Fast SublimeText-like fuzzy search for JavaScript",
 | |
| 
 | |
|   "keywords": ["fuzzy search", "fuzzy", "search", "filter", "javascript", "node", "fast", "sublime"],
 | |
| 
 | |
|   "repository": {
 | |
|     "type" : "git",
 | |
|     "url"  : "https://github.com/farzher/fuzzysort.git"
 | |
|   },
 | |
| 
 | |
|   "main": "fuzzysort.js",
 | |
| 
 | |
|   "scripts": {
 | |
|     "test"     : "node test/test.js",
 | |
|     "test-min" : "node test/test.js min",
 | |
| 
 | |
|     "minify"   : "uglifyjs fuzzysort.js -o fuzzysort.min.js -m -c --mangle-props keep_quoted --comments /farzher/"
 | |
|   },
 | |
| 
 | |
|   "files": [
 | |
|     "fuzzysort.js",
 | |
|     "fuzzysort.min.js",
 | |
|     "index.d.ts"
 | |
|   ],
 | |
| 
 | |
|   "types": "index.d.ts"
 | |
| 
 | |
| }
 |