forked from angular-ui-tree/angular-ui-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 877 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
{
"name": "angular-ui-tree",
"version": "2.1.5",
"homepage": "https://github.com/JimLiu/angular-ui-tree",
"authors": [
"Jim Liu <https://github.com/JimLiu>",
"Voles <https://github.com/Voles>"
],
"description": "Tree directive for the angular.js",
"main": [
"dist/angular-ui-tree.js",
"dist/angular-ui-tree.min.css"
],
"keywords": [
"angular",
"NestedSortable",
"sortable",
"nested",
"drag",
"drop",
"tree",
"node"
],
"dependencies": {
"angular": ">= 1.2.0",
"es5-shim": "2.3.0"
},
"devDependencies": {
"angular": ">= 1.2.0",
"bootstrap": "~3.1.0",
"jquery": ">=1.10.x",
"jasmine-jquery": "~1.0.0",
"angular-mocks": "~1.2.11",
"firebase": "~1.0.11",
"angularfire": "~0.7.1"
},
"ignore": [
"node_modules",
"bower_components",
"test",
"tests"
]
}