* stable-2.14: Switch links in js.bzl to https Update bower to 1.8.8 Change-Id: I736ef7f17e9e8edf3dcb75a29a4332d6c619dc96
		
			
				
	
	
		
			12 lines
		
	
	
		
			286 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			286 B
		
	
	
	
		
			Python
		
	
	
	
	
	
NPM_VERSIONS = {
 | 
						|
    "bower": "1.8.8",
 | 
						|
    "crisper": "2.0.2",
 | 
						|
    "vulcanize": "1.14.8",
 | 
						|
}
 | 
						|
 | 
						|
NPM_SHA1S = {
 | 
						|
    "bower": "82544be34a33aeae7efb8bdf9905247b2cffa985",
 | 
						|
    "crisper": "7183c58cea33632fb036c91cefd1b43e390d22a2",
 | 
						|
    "vulcanize": "679107f251c19ab7539529b1e3fdd40829e6fc63",
 | 
						|
}
 |