forked from sheetjs/sheetjs
		
	- proper JS string input / output type - bower main now uses full version (fixes #820 h/t @newmesiss) - DOM parse directly acts on innerHTML (see #779 h/t @danxfisher) - unicode core props and ext props (fixes #822 h/t @fureweb-com) - shim update for IE10/11 - test refresh and flow checks
		
			
				
	
	
		
			23 lines
		
	
	
		
			308 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			308 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "js-xlsx",
 | |
|   "homepage": "https://github.com/SheetJS/js-xlsx",
 | |
|   "main": "dist/xlsx.full.min.js",
 | |
|   "ignore": [
 | |
|     "bin",
 | |
|     "bits",
 | |
|     "misc",
 | |
|     "**/.*"
 | |
|   ],
 | |
|   "keywords": [
 | |
|     "excel",
 | |
|     "xls",
 | |
|     "xml",
 | |
|     "xlsx",
 | |
|     "xlsm",
 | |
|     "xlsb",
 | |
|     "ods",
 | |
|     "js-xls",
 | |
|     "js-xlsx"
 | |
|   ]
 | |
| }
 |