Merge pull request #776 from nicolashemonic/master

Add knockout-jqueryui
This commit is contained in:
Guy Bedford
2016-02-24 15:34:42 +02:00
2 changed files with 12 additions and 0 deletions
@@ -0,0 +1,11 @@
{
"main": false,
"dependencies": {
"jquery": "npm:jquery",
"jqueryui": "github:components/jqueryui",
"knockout": "github:knockout/knockout"
},
"map": {
"jquery-ui": "jqueryui/ui"
}
}