forked from angular-ui-tree/angular-ui-tree
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 772 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 772 Bytes
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
{
"name": "Angular-NestedSortable",
"version": "1.2.5",
"homepage": "https://github.com/JimLiu/Angular-NestedSortable",
"authors": [
"Jim Liu <junminliu@gmail.com>"
],
"description": "NestedSortable directive for the angular.js",
"main": "dist/angular-nested-sortable.js",
"keywords": [
"angular",
"NestedSortable",
"sortable",
"nested",
"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"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/components",
"test",
"tests"
]
}