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