Files
jspm-registry/package-overrides/github/allpro/layout@1.4.3.json
T
2015-03-02 19:19:25 +07:00

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