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

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"]
}
}
}