14 lines
224 B
JSON
14 lines
224 B
JSON
{
|
|
"main":"js/kendo.ui.core.min",
|
|
"format": "global",
|
|
"shim": {
|
|
"js/kendo.ui.core.min": {
|
|
"deps": ["jquery"],
|
|
"exports": "$"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"jquery": "github:components/jquery"
|
|
}
|
|
}
|