16 lines
		
	
	
		
			348 B
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			348 B
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
| {
 | |
|   "private": true,
 | |
|   "devDependencies": {
 | |
|     "grunt": "~0.4.5",
 | |
|     "grunt-cli": "~0.1.13",
 | |
|     "grunt-contrib-coffee": "~0.10.1",
 | |
|     "grunt-contrib-concat": "~0.4.0",
 | |
|     "grunt-contrib-jshint": "~0.10.0",
 | |
|     "grunt-contrib-uglify": "~0.4.0",
 | |
|     "grunt-contrib-watch": "^0.6.1"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "test": "grunt travis --verbose"
 | |
|   }
 | |
| }
 | 
