Merge pull request #227 from Aaike/master

Added jquery-ui, jquery-ui-layout and jquery-fancytree
This commit is contained in:
Guy Bedford
2015-02-23 23:45:03 +02:00
4 changed files with 45 additions and 0 deletions
@@ -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"
}
}
}
@@ -0,0 +1,15 @@
{
"main": "jquery.fancytree.js",
"registry": "jspm",
"directories": {
"lib": "dist"
},
"dependencies": {
"jquery": "*"
},
"shim": {
"jquery-fancytree": {
"deps": "jquery"
}
}
}
+3
View File
@@ -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",