19 lines
349 B
JSON
19 lines
349 B
JSON
{
|
|
"main": "jquery.layout.js",
|
|
"registry": "jspm",
|
|
"directories": {
|
|
"lib": "source/stable"
|
|
},
|
|
"dependencies": {
|
|
"jquery": "github:components/jquery",
|
|
"jquery-ui": "github:components/jqueryui"
|
|
},
|
|
"shim": {
|
|
"jquery-ui-layout": {
|
|
"deps": ["jquery","jquery-ui"]
|
|
}
|
|
}
|
|
}
|
|
|
|
|