Files
jspm-registry/package-overrides/github/allpro/layout@1.4.3.json
T
2015-03-01 22:04:07 +07:00

16 lines
334 B
JSON

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