17 lines
341 B
JSON
17 lines
341 B
JSON
{
|
|
"main": "jquery.fancytree.js",
|
|
"registry": "jspm",
|
|
"directories": {
|
|
"lib": "dist"
|
|
},
|
|
"dependencies": {
|
|
"jquery": "github:components/jquery",
|
|
"jquery-ui": "github:components/jqueryui"
|
|
},
|
|
"shim": {
|
|
"jquery-fancytree": {
|
|
"deps": ["jquery","jquery-ui"]
|
|
}
|
|
}
|
|
}
|