forked from angular-ui-tree/angular-ui-tree
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
49 lines (49 loc) · 980 Bytes
/
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
{
"name": "AngularJS UI Tree",
"version": "2.4.0",
"homepage": "https://github.com/angular-ui-tree/angular-ui-tree",
"authors": [
"Jim Liu <https://github.com/JimLiu>",
"Voles <https://github.com/Voles>"
],
"description": "Tree directive for AngularJS",
"main": [
"dist/angular-ui-tree.js",
"dist/angular-ui-tree.min.js",
"dist/angular-ui-tree.min.css"
],
"keywords": [
"angular",
"NestedSortable",
"sortable",
"nested",
"drag",
"drop",
"tree",
"node"
],
"dependencies": {
"angular": ">= 1.2.0"
},
"devDependencies": {
"angular-mocks": ">= 1.2.0",
"angular-route": ">= 1.2.0",
"angularfire": "~0.8.2",
"bootstrap-css": "~3.2.0",
"jasmine-jquery": "~1.7.0",
"jquery": "~2.1.1"
},
"ignore": [
"examples",
"demo",
"build",
"guide",
"node_modules",
"source",
"tasks",
"tests",
"gulpfile.js",
"karma.conf.js",
"package.json"
]
}