forked from thienhung1989/angular-tree-dnd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
56 lines (56 loc) · 1.2 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
55
56
{
"name": "angular-tree-dnd",
"version": "3.0.4",
"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, using CSS animation and Bootstrap style",
"main": [
"dist/ng-tree-dnd.css",
"dist/ng-tree-dnd.js",
"dist/ng-tree-dnd.min.css",
"dist/ng-tree-dnd.min.js",
"dist/ng-tree-dnd.min.js.map"
],
"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.1"
},
"devDependencies": {
"angular-mocks": ">= 1.2.1",
"angular-route": ">= 1.2.1",
"bootstrap-css": ">=3.2.0"
}
}