| 
									
										
										
										
											2020-06-24 19:40:26 +00:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2020-06-27 22:42:21 +00:00
										 |  |  | 	"name": "ssf-cli", | 
					
						
							|  |  |  | 	"version": "1.1.0", | 
					
						
							|  |  |  | 	"author": "Garrett Luu", | 
					
						
							|  |  |  | 	"description": "Command-line interface for ssf", | 
					
						
							|  |  |  | 	"keywords": [ | 
					
						
							|  |  |  | 		"format", | 
					
						
							|  |  |  | 		"sprintf", | 
					
						
							|  |  |  | 		"spreadsheet" | 
					
						
							|  |  |  | 	], | 
					
						
							|  |  |  | 	"main": "./index.js", | 
					
						
							|  |  |  | 	"bin": { | 
					
						
							|  |  |  | 		"ssf-cli": "./bin/ssf.njs" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"dependencies": { | 
					
						
							|  |  |  | 		"ssf": "^0.11.2" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"repository": { | 
					
						
							|  |  |  | 		"type": "git", | 
					
						
							|  |  |  | 		"url": "git://github.com/SheetJS/ssf.git" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"homepage": "http://sheetjs.com/", | 
					
						
							|  |  |  | 	"bugs": { | 
					
						
							|  |  |  | 		"url": "https://github.com/SheetJS/ssf/issues" | 
					
						
							|  |  |  | 	}, | 
					
						
							|  |  |  | 	"license": "Apache-2.0", | 
					
						
							|  |  |  | 	"engines": { | 
					
						
							|  |  |  | 		"node": ">=0.8" | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											2020-06-24 19:40:26 +00:00
										 |  |  | } |