1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-19 12:52:11 +01:00

Build: Package desciptors now held in a common location and built as

part of the build process.
This commit is contained in:
Allan Jardine 2013-07-21 09:10:37 +01:00
parent 182eadf213
commit 381f60858e
6 changed files with 61 additions and 16 deletions

View File

@ -1 +1 @@
d6f262ef38d8ede28109a7da62687da03bfbf15a 81fd129ec8639d8898da77b20c3bc711a9376e5d

11
bower.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "DataTables",
"version": "1.10.0-dev",
"main": [
"media/js/jquery.dataTables.js",
"media/css/jquery.dataTables.css"
],
"dependencies": {
"jquery": "~1.7.0"
}
}

View File

@ -1,11 +0,0 @@
{
"name": "DataTables",
"version": "1.10.0-dev",
"main": [
"./media/js/jquery.dataTables.js",
"./media/css/jquery.dataTables.css"
],
"dependencies": {
"jquery": "~1.8.0"
}
}

View File

@ -1,7 +1,16 @@
{ {
"name": "DataTables/DataTables", "name": "DataTables/DataTables",
"version": "1.10.0-dev",
"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.", "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/", "homepage": "http://www.datatables.net/",
"author": "SpryMedia", "author": "SpryMedia",
"license": "GPL v2 or BSD" "license": [
"BSD-3-Clause",
"GPL-2.0"
],
"prefer-stable": true,
"support": {
"forum": "https://datatables.net/forums",
"source": "https://github.com/DataTables/DataTablesSrc/"
}
} }

36
dataTables.jquery.json Normal file
View File

@ -0,0 +1,36 @@
{
"name": "DataTables",
"version": "1.10.0-dev",
"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.",
"homepage": "http://datatables.net/",
"docs": "http://datatables.net/",
"demo": "http://datatables.net/examples",
"download": "http://datatables.net/download",
"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.7"
},
"keywords": [
"DataTables",
"DataTable",
"table",
"grid",
"filter",
"sort",
"page",
"internationalisable"
]
}

View File

@ -17,7 +17,7 @@
} }
], ],
"dependencies": { "dependencies": {
"jquery": "1.4 - 1.8" "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.", "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": [ "keywords": [