13 lines
206 B
JSON
13 lines
206 B
JSON
{
|
|
"directories": {
|
|
"lib": "media"
|
|
},
|
|
"main": "js/jquery.dataTables",
|
|
"registry": "jspm",
|
|
"dependencies": {
|
|
"jquery": "^1.11.2"
|
|
},
|
|
"shim": {
|
|
"js/jquery.dataTables": ["jquery"]
|
|
}
|
|
} |