added jquery-ui, jquery-ui-layout and jquery-fancytree

This commit is contained in:
Aaike Van Roekeghem
2015-02-24 04:34:31 +07:00
parent 6e02860fbc
commit c5e031f8a0
4 changed files with 30 additions and 0 deletions
@@ -0,0 +1,12 @@
{
"main": "jquery-ui.js",
"registry": "jspm",
"dependencies": {
"jquery": "*"
},
"shim": {
"jquery-ui": {
"deps": "jquery"
}
}
}