| 
									
										
										
										
											2010-11-20 22:02:53 -07:00
										 |  |  | { | 
					
						
							| 
									
										
										
										
											2014-01-26 14:56:04 -08:00
										 |  |  |   "name": "walk", | 
					
						
							|  |  |  |   "description": "A node port of python's os.walk", | 
					
						
							|  |  |  |   "url": "http://github.com/coolaj86/node-walk", | 
					
						
							|  |  |  |   "keywords": [ | 
					
						
							|  |  |  |     "util", | 
					
						
							|  |  |  |     "os", | 
					
						
							|  |  |  |     "sys", | 
					
						
							|  |  |  |     "fs", | 
					
						
							|  |  |  |     "walk", | 
					
						
							|  |  |  |     "walkSync" | 
					
						
							|  |  |  |   ], | 
					
						
							|  |  |  |   "author": "AJ ONeal <coolaj86@gmail.com>", | 
					
						
							|  |  |  |   "contributors": [], | 
					
						
							|  |  |  |   "dependencies": { | 
					
						
							| 
									
										
										
										
											2014-05-20 17:12:07 -06:00
										 |  |  |     "foreachasync": "3.x" | 
					
						
							| 
									
										
										
										
											2014-01-26 14:56:04 -08:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "lib": ".", | 
					
						
							|  |  |  |   "main": "./lib/walk.js", | 
					
						
							| 
									
										
										
										
											2014-05-20 17:12:07 -06:00
										 |  |  |   "version": "2.3.2", | 
					
						
							| 
									
										
										
										
											2013-06-20 17:34:58 +02:00
										 |  |  |   "repository": { | 
					
						
							|  |  |  |     "url": "git://github.com/coolaj86/node-walk.git" | 
					
						
							|  |  |  |   }, | 
					
						
							| 
									
										
										
										
											2012-05-08 10:22:36 -06:00
										 |  |  |   "licenses": [ | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       "type": "MIT", | 
					
						
							|  |  |  |       "url": "http://www.opensource.org/licenses/mit-license.php" | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       "type": "Apache2", | 
					
						
							|  |  |  |       "url": "http://opensource.org/licenses/apache2.0.php" | 
					
						
							|  |  |  |     } | 
					
						
							| 
									
										
										
										
											2014-01-26 14:56:04 -08:00
										 |  |  |   ], | 
					
						
							|  |  |  |   "bugs": { | 
					
						
							|  |  |  |     "url": "https://github.com/coolaj86/node-walk/issues" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "homepage": "https://github.com/coolaj86/node-walk", | 
					
						
							|  |  |  |   "directories": { | 
					
						
							|  |  |  |     "example": "examples", | 
					
						
							|  |  |  |     "test": "test" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "devDependencies": {}, | 
					
						
							|  |  |  |   "scripts": { | 
					
						
							|  |  |  |     "test": "./test/walk-test.sh" | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2010-11-20 22:02:53 -07:00
										 |  |  | } |