| 
									
										
										
										
											2012-01-30 13:18:18 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2013-07-27 20:51:29 -07:00
										 |  |  |   "author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com)", | 
					
						
							| 
									
										
										
										
											2012-01-30 13:18:18 -07:00
										 |  |  |   "name": "json2yaml", | 
					
						
							|  |  |  |   "description": "A commandline utility to convert JSON to YAML / YML", | 
					
						
							| 
									
										
										
										
											2016-04-18 22:53:59 -06:00
										 |  |  |   "keywords": [ | 
					
						
							|  |  |  |     "yml", | 
					
						
							|  |  |  |     "yaml", | 
					
						
							|  |  |  |     "json", | 
					
						
							|  |  |  |     "cli", | 
					
						
							|  |  |  |     "util" | 
					
						
							|  |  |  |   ], | 
					
						
							|  |  |  |   "version": "1.1.0", | 
					
						
							| 
									
										
										
										
											2016-04-15 15:56:47 -07:00
										 |  |  |   "license": "Apache-2.0", | 
					
						
							| 
									
										
										
										
											2012-01-30 13:18:18 -07:00
										 |  |  |   "main": "index.js", | 
					
						
							| 
									
										
										
										
											2013-07-27 20:51:29 -07:00
										 |  |  |   "repository": { | 
					
						
							|  |  |  |     "type": "git", | 
					
						
							|  |  |  |     "url": "https://github.com/coolaj86/json2yaml.git" | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2012-01-30 13:18:18 -07:00
										 |  |  |   "bin": { | 
					
						
							|  |  |  |     "json2yaml": "./cli.js", | 
					
						
							| 
									
										
										
										
											2013-07-27 20:51:29 -07:00
										 |  |  |     "jsontoyaml": "./cli.js", | 
					
						
							|  |  |  |     "jsontoyml": "./cli.js", | 
					
						
							| 
									
										
										
										
											2012-01-30 13:18:18 -07:00
										 |  |  |     "json2yml": "./cli.js" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "engines": { | 
					
						
							|  |  |  |     "node": ">= 0.2.0" | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2013-07-27 20:51:29 -07:00
										 |  |  |   "test": "echo 'error no test'; exit 1", | 
					
						
							| 
									
										
										
										
											2012-01-30 13:18:18 -07:00
										 |  |  |   "dependencies": { | 
					
						
							| 
									
										
										
										
											2016-04-28 14:50:01 +01:00
										 |  |  |     "remedial": "1.x", | 
					
						
							|  |  |  |     "wordwrap": "^1.0.0" | 
					
						
							| 
									
										
										
										
											2012-01-30 13:18:18 -07:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "devDependencies": {}, | 
					
						
							|  |  |  |   "preferGlobal": true | 
					
						
							|  |  |  | } |