forked from sheetjs/sheetjs
		
	
		
			
				
	
	
		
			39 lines
		
	
	
		
			904 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			904 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"name": "xlsx",
 | |
| 	"version": "0.7.6-i",
 | |
| 	"author": "sheetjs",
 | |
| 	"description": "Excel 2007+ spreadsheet (XLSB/XLSX/XLSM) parser and writer",
 | |
| 	"keywords": [ "excel", "xlsx", "xlsb", "xlsm", "office", "spreadsheet" ],
 | |
| 	"bin": {
 | |
| 		"xlsx": "./bin/xlsx.njs"
 | |
| 	},
 | |
| 	"main": "./xlsx",
 | |
| 	"dependencies": {
 | |
| 		"ssf":"~0.7.1",
 | |
| 		"codepage":"~1.3.1",
 | |
| 		"cfb":">=0.9.1",
 | |
| 		"jszip":"2.2.2",
 | |
| 		"commander":""
 | |
| 	},
 | |
| 	"devDependencies": {
 | |
| 		"mocha":"",
 | |
| 		"xlsjs":"",
 | |
| 		"uglify-js":"",
 | |
| 		"jasmine-node": "x"
 | |
| 	},
 | |
| 	"repository": { "type":"git", "url":"git://github.com/SheetJS/js-xlsx.git" },
 | |
| 	"scripts": {
 | |
| 		"pretest": "git submodule init && git submodule update",
 | |
| 		"test": "make test",
 | |
| 		"test-jasmine": "jasmine-node --verbose tests/"
 | |
| 	},
 | |
| 	"config": {
 | |
| 		"blanket": {
 | |
| 			"pattern": "xlsx.js"
 | |
| 		}
 | |
| 	},
 | |
| 	"bugs": { "url": "https://github.com/SheetJS/js-xlsx/issues" },
 | |
| 	"license": "Apache-2.0",
 | |
| 	"engines": { "node": ">=0.8" }
 | |
| }
 |