Blame view

datalets/datatable-datalet/js/DataTables-1.10.5/composer.json 541 Bytes
abeb4a17   Luigi Serra   Update components...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  {

  	"name": "datatables/datatables",

  	"version": "1.10.5",

  	"description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.", 

  	"homepage": "http://www.datatables.net/",

  	"author": "SpryMedia", 

  	"license": [

  		"MIT"

  	],

  	"prefer-stable": true,

  	"support": {

  		"forum": "https://datatables.net/forums",

  		"source": "https://github.com/DataTables/DataTablesSrc/"

  	}

  }