-
Notifications
You must be signed in to change notification settings - Fork 79
/
bower.json
50 lines (50 loc) · 1.1 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
{
"name": "angular-tree-dnd",
"version": "3.0.12",
"authors": [
"Nguyễn Thiện Hùng"
],
"homepage": "https://github.com/thienhung1989/angular-tree-dnd",
"description": "Display tree table (or list) & event DrapnDrop (allow drag multi tree-dnd include all type: table, ol, ul) by AngularJS",
"main": [
"dist/ng-tree-dnd.css",
"dist/ng-tree-dnd.js"
],
"licence": "MIT",
"keywords": [
"angularjs",
"bootstrap",
"tree",
"grid",
"widget",
"table",
"dnd"
],
"repository": {
"type": "git",
"url": "git://github.com/thienhung1989/angular-tree-dnd"
},
"ignore": [
"temp",
"test",
".jshintrc",
".travis.yml",
".bowerrc",
".gitignore",
"bower_components",
"examples",
"demo",
"build",
"guide",
"node_modules",
"source",
"tasks",
"tests",
"gulpfile.js",
"karma.conf.js",
"src"
],
"dependencies": {
"angular": ">=1.2"
}
}