Files
jspm-registry/package-overrides/github/DataTables/DataTables@1.10.4.json
T

18 lines
317 B
JSON

{
"directories": {
"lib": "media"
},
"main": "js/jquery.dataTables",
"registry": "jspm",
"dependencies": {
"jquery": "*",
"css": "*"
},
"shim": {
"js/jquery.dataTables": {
"deps": ["jquery", "css/jquery.dataTables.css!"],
"imports": "jquery",
"exports": "$"
}
}
}