mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			213 B
		
	
	
	
		
			Smalltalk
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			213 B
		
	
	
	
		
			Smalltalk
		
	
	
	
	
	
| dependencies
 | |
| neoJSON: spec
 | |
| 	spec
 | |
| 		configuration: 'NeoJSON'
 | |
| 		with: [ spec
 | |
| 				className: 'ConfigurationOfNeoJSON';
 | |
| 				version: #stable;
 | |
| 				repository: 'http://smalltalkhub.com/mc/SvenVanCaekenberghe/Neo/main' ] |