forked from angular-ui-tree/angular-ui-tree
-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
54 lines (54 loc) · 1.21 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "wetf-angular-ui-tree",
"version": "2.21.3",
"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>",
"Eleazar Araujo <https://github.com/eleazar-araujo>"
],
"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": "2.0.x",
"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"
],
"resolutions": {
"angular": "1.2.x || 1.3.x || 1.4.x || 1.5.x"
}
}