UNPKG

angular-ui-tree

Version:

An AngularJS UI component that can sort nested lists, provides drag & drop support and doesn't depend on jQuery

51 lines (50 loc) 1.1 kB
{ "name": "angular-ui-tree", "version": "2.16.0", "homepage": "https://github.com/angular-ui-tree/angular-ui-tree", "authors": [ "Jim Liu <https://github.com/JimLiu>", "Voles <https://github.com/Voles>", "Stefan Mohr <https://github.com/StefanCodes>" ], "description": "Tree directive for AngularJS", "main": [ "dist/angular-ui-tree.js", "dist/angular-ui-tree.css" ], "keywords": [ "angular", "NestedSortable", "sortable", "nested", "drag", "drop", "tree", "node" ], "dependencies": { "angular": "1.2.x || 1.3.x || 1.4.x || 1.5.x" }, "devDependencies": { "angular-bootstrap": "~0.13.4", "angular-mocks": "1.2.x || 1.3.x || 1.4.x || 1.5.x", "angular-route": "1.2.x || 1.3.x || 1.4.x || 1.5.x", "angularfire": "~0.8.2", "bootstrap-css": "~3.2.0", "jasmine-jquery": "2.1.1", "jquery": "~2.1.1" }, "ignore": [ "examples", "demo", "build", "guide", "node_modules", "source", "tasks", "tests", "gulpfile.js", "karma.conf.js", "package.json" ] }