ng-js-tree
Version:
Angular Directive for the famous JsTree
39 lines (38 loc) • 736 B
JSON
{
"name": "ng-js-tree",
"main": "dist/ngJsTree.js",
"version": "0.0.10",
"homepage": "https://github.com/ezraroi/ngJsTree",
"authors": [
"ezraroi <ezraroi@gmail.com>"
],
"description": "Angular directive for the famous JsTree",
"keywords": [
"Angular",
"JsTree"
],
"dependencies": {
"angular": "~1.5",
"jstree": "~3.3.2"
},
"license": "MIT",
"ignore": [
"**/.*",
"coverage",
"node_modules",
"bower_components",
"test",
"temp",
"demo",
"Gruntfile.js",
"package.json",
"README.md"
],
"devDependencies": {
"angular-mocks": "~1.5",
"jquery": "~2.1.1"
},
"resolutions": {
"angular": "1.5.8"
}
}