added jquery-ui, jquery-ui-layout and jquery-fancytree
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"main": "jquery.layout.js",
|
||||
"registry": "jspm",
|
||||
"directories": {
|
||||
"lib": "source/stable"
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "*"
|
||||
},
|
||||
"shim": {
|
||||
"jquery-ui-layout": {
|
||||
"deps": "jquery"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"main": "jquery-ui.js",
|
||||
"registry": "jspm",
|
||||
"dependencies": {
|
||||
"jquery": "*"
|
||||
},
|
||||
"shim": {
|
||||
"jquery-ui": {
|
||||
"deps": "jquery"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -131,7 +131,10 @@
|
||||
"jiff": "github:cujojs/jiff",
|
||||
"joi": "github:capaj/joi-browser",
|
||||
"jquery": "github:components/jquery",
|
||||
"jquery-ui": "github:components/jqueryui",
|
||||
"jquery-ui-layout": "github:allpro/layout",
|
||||
"jquery-autosize": "github:jackmoore/autosize",
|
||||
"jquery-fancytree": "github:mar10/fancytree",
|
||||
"jquery-file-upload": "github:blueimp/jQuery-File-Upload",
|
||||
"jquery-hoverIntent": "github:briancherne/jquery-hoverIntent",
|
||||
"jquery-pjax": "github:defunkt/jquery-pjax",
|
||||
|
||||
Reference in New Issue
Block a user