X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=webapp%2Fresources%2Fdatatables-1.9.4%2Fpackage.json;fp=webapp%2Fresources%2Fdatatables-1.9.4%2Fpackage.json;h=d06406c5f564f416a5a4252576e639b7271f2d64;hb=9bb6ee99ca7f738fac1087190b5481b8fe6e8d9f;hp=0000000000000000000000000000000000000000;hpb=2e3f6b76be585306f1003d849831840c0adb3360;p=proteocache.git diff --git a/webapp/resources/datatables-1.9.4/package.json b/webapp/resources/datatables-1.9.4/package.json new file mode 100644 index 0000000..d06406c --- /dev/null +++ b/webapp/resources/datatables-1.9.4/package.json @@ -0,0 +1,34 @@ +{ + "name": "DataTables", + "version": "1.9.4", + "title": "DataTables", + "author": { + "name": "Allan Jardine", + "url": "http://sprymedia.co.uk" + }, + "licenses": [ + { + "type": "BSD", + "url": "http://datatables.net/license_bsd" + }, + { + "type": "GPLv2", + "url": "http://datatables.net/license_gpl2" + } + ], + "dependencies": { + "jquery": "1.4 - 1.8" + }, + "description": "DataTables enhances HTML tables with the ability to sort, filter and page the data in the table very easily. It provides a comprehensive API and set of configuration options, allowing you to consume data from virtually any data source.", + "keywords": [ + "DataTables", + "DataTable", + "table", + "grid", + "filter", + "sort", + "page", + "internationalisable" + ], + "homepage": "http://datatables.net" +}