We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7a8984 commit 3eb5bfcCopy full SHA for 3eb5bfc
bower.json
@@ -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