Files
jspm-registry/package-overrides/github/DataTables/TableTools@2.2.0.json
T
Michael Jeffrey 4fd8fb2357 was mistaken
He didn’t have the current folder structure until 2.2.0.
Before that TableTools and ZeroClipboard sat as their own files.
2015-01-30 16:00:05 -07:00

19 lines
323 B
JSON

{
"directories": {
"lib": "src"
},
"main": "dataTables.tableTools",
"dependencies": {
"jquery": "*",
"datatables": "^1.9.0"
},
"registry": "jspm",
"shim": {
"dataTables.tableTools": {
"deps": ["jquery", "datatables"],
"imports": "jquery",
"exports": "TableTools"
}
}
}