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