|  | @@ -5,13 +5,13 @@
 | 
		
	
		
			
			| 5 | 5 |    "main": "app.js",
 | 
		
	
		
			
			| 6 | 6 |    "dependencies": {},
 | 
		
	
		
			
			| 7 | 7 |    "devDependencies": {
 | 
		
	
		
			
			| 8 |  | -    "grunt": "~0.4.5",
 | 
		
	
		
			
			| 9 |  | -    "grunt-contrib-clean": "~0.6.0",
 | 
		
	
		
			
			| 10 |  | -    "grunt-contrib-concat": "~0.5.1",
 | 
		
	
		
			
			| 11 |  | -    "grunt-contrib-copy": "~0.8.2",
 | 
		
	
		
			
			| 12 |  | -    "grunt-contrib-cssmin": "~0.14.0",
 | 
		
	
		
			
			| 13 |  | -    "grunt-contrib-less": "~1.1.0",
 | 
		
	
		
			
			| 14 |  | -    "grunt-contrib-uglify": "~0.10.0",
 | 
		
	
		
			
			|  | 8 | +    "grunt": "~1.0.0",
 | 
		
	
		
			
			|  | 9 | +    "grunt-contrib-clean": "~1.0.0",
 | 
		
	
		
			
			|  | 10 | +    "grunt-contrib-concat": "~1.0.1",
 | 
		
	
		
			
			|  | 11 | +    "grunt-contrib-copy": "~1.0.0",
 | 
		
	
		
			
			|  | 12 | +    "grunt-contrib-cssmin": "~1.0.2",
 | 
		
	
		
			
			|  | 13 | +    "grunt-contrib-less": "~1.4.0",
 | 
		
	
		
			
			|  | 14 | +    "grunt-contrib-uglify": "~2.0.0",
 | 
		
	
		
			
			| 15 | 15 |      "grunt-usemin": "~3.1.1"
 | 
		
	
		
			
			| 16 | 16 |    },
 | 
		
	
		
			
			| 17 | 17 |    "scripts": {
 |