| 
									
										
										
										
											2012-12-04 19:27:20 +00:00
										 |  |  | { | 
					
						
							|  |  |  | 	"name": "xlsx", | 
					
						
							| 
									
										
										
										
											2013-10-30 22:26:31 +00:00
										 |  |  | 	"version": "0.3.1", | 
					
						
							| 
									
										
										
										
											2012-12-04 19:27:20 +00:00
										 |  |  | 	"author": "Niggler", | 
					
						
							|  |  |  | 	"description": "(one day) a full-featured XLSX parser and writer.  For now, primitive parser", | 
					
						
							|  |  |  | 	"keywords": [ | 
					
						
							|  |  |  | 		"xlsx", "office", "excel", "spreadsheet"	 | 
					
						
							|  |  |  | 	],  | 
					
						
							|  |  |  | 	"bin": { | 
					
						
							|  |  |  | 		"xlsx2csv": "./bin/xlsx2csv.njs" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"main": "./xlsx", | 
					
						
							| 
									
										
										
										
											2013-10-30 19:26:07 +00:00
										 |  |  | 	"dependencies": { | 
					
						
							|  |  |  | 		"codepage":"", | 
					
						
							|  |  |  | 		"commander":"" | 
					
						
							| 
									
										
										
										
											2012-12-04 19:27:20 +00:00
										 |  |  | 	}, | 
					
						
							| 
									
										
										
										
											2013-05-17 17:55:18 +00:00
										 |  |  | 	"devDependencies": { | 
					
						
							| 
									
										
										
										
											2013-10-30 19:26:07 +00:00
										 |  |  | 		"mocha":"", | 
					
						
							| 
									
										
										
										
											2013-05-17 17:55:18 +00:00
										 |  |  | 		"jasmine-node": "x" | 
					
						
							|  |  |  | 	}, | 
					
						
							| 
									
										
										
										
											2013-10-30 19:26:07 +00:00
										 |  |  | 	"repository": { | 
					
						
							|  |  |  | 		"type":"git", | 
					
						
							|  |  |  | 		"url": "git://github.com/Niggler/js-xlsx.git" | 
					
						
							|  |  |  | 	}, | 
					
						
							| 
									
										
										
										
											2013-05-17 17:55:18 +00:00
										 |  |  | 	"scripts": { | 
					
						
							| 
									
										
										
										
											2013-05-18 00:12:10 +00:00
										 |  |  | 		"pretest": "git submodule init && git submodule update", | 
					
						
							| 
									
										
										
										
											2013-10-30 19:26:07 +00:00
										 |  |  | 		"test": "make mocha", | 
					
						
							|  |  |  | 		"test-jasmine": "jasmine-node --verbose tests/" | 
					
						
							| 
									
										
										
										
											2013-05-17 17:55:18 +00:00
										 |  |  | 	}, | 
					
						
							| 
									
										
										
										
											2013-10-30 19:26:07 +00:00
										 |  |  | 	"bugs": { "url": "https://github.com/Niggler/js-xlsx/issues" }, | 
					
						
							|  |  |  | 	"license": "Apache-2.0", | 
					
						
							| 
									
										
										
										
											2013-04-20 16:22:32 +00:00
										 |  |  | 	"engines": { "node": ">=0.6" } | 
					
						
							| 
									
										
										
										
											2012-12-04 19:27:20 +00:00
										 |  |  | } |