1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-15 16:29:16 +01:00

Dev: Update package.json file

This commit is contained in:
Allan Jardine 2014-11-13 14:11:00 +00:00
parent 3a22a082c3
commit 42f6be43d2
2 changed files with 14 additions and 11 deletions

View File

@ -1 +1 @@
f7bf0d1a63b984717b17f45ab77cb18872652578
7e938436e75f531356d91c3259387e13aecb649a

View File

@ -1,20 +1,23 @@
{
"name": "DataTables",
"name": "datatables",
"version": "1.10.5-dev",
"title": "DataTables",
"main": "media/js/jquery.dataTables",
"files": [
"media/js/jquery.dataTables.js",
"media/js/jquery.dataTables.min.js",
"media/css/jquery.dataTables.css",
"media/css/jquery.dataTables.min.css",
"media/images",
],
"license": "MIT",
"dependencies": {
"jquery": ">=1.7"
},
"author": {
"name": "Allan Jardine",
"url": "http://sprymedia.co.uk"
},
"licenses": [
{
"type": "MIT",
"url": "http://datatables.net/license"
}
],
"dependencies": {
"jquery": ">=1.7"
},
"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",