You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			28 lines
		
	
	
		
			412 B
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			28 lines
		
	
	
		
			412 B
		
	
	
	
		
			JSON
		
	
{
 | 
						|
	"name": "datatables",
 | 
						|
	"version": "1.10.4",
 | 
						|
	"main": [
 | 
						|
		"media/js/jquery.dataTables.js",
 | 
						|
		"media/css/jquery.dataTables.css"
 | 
						|
	],
 | 
						|
	"dependencies": {
 | 
						|
		"jquery": ">=1.7.0"
 | 
						|
	},
 | 
						|
	"license": "MIT",
 | 
						|
	"keywords": [
 | 
						|
		"jquery",
 | 
						|
		"datatables",
 | 
						|
		"table",
 | 
						|
		"javascript",
 | 
						|
		"library"
 | 
						|
	],
 | 
						|
	"ignore": [
 | 
						|
		"/.*",
 | 
						|
		"examples",
 | 
						|
		"media/unit_testing",
 | 
						|
		"composer.json",
 | 
						|
		"dataTables.jquery.json",
 | 
						|
		"package.json"
 | 
						|
	]
 | 
						|
}
 |