Skip to content

Commit 3eb5bfc

Browse files
Add bower file
1 parent e7a8984 commit 3eb5bfc

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

bower.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "angular-drag-and-drop-lists",
3+
"main": "angular-drag-and-drop-lists.js",
4+
"version": "1.0.0",
5+
"homepage": "https://github.com/marceljuenemann/angular-drag-and-drop-lists",
6+
"authors": [
7+
"Marcel Juenemann <mail@marcel-juenemann.de>"
8+
],
9+
"description": "Angular directives for sorting nested lists using the HTML5 Drag & Drop API",
10+
"keywords": [
11+
"angular",
12+
"drag",
13+
"drop",
14+
"dnd",
15+
"nested",
16+
"sortable",
17+
"lists",
18+
"html5"
19+
],
20+
"license": "MIT",
21+
"ignore": [
22+
"**/.*",
23+
"node_modules",
24+
"bower_components",
25+
"test",
26+
"tests"
27+
]
28+
}

0 commit comments

Comments
 (0)