We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d863d78 + 8a588df commit 885b131Copy full SHA for 885b131
bower.json
@@ -0,0 +1,27 @@
1
+{
2
+ "name": "jquery-sortable",
3
+ "version": "0.9.12",
4
+ "homepage": "http://johnny.github.io/jquery-sortable/",
5
+ "authors": [
6
+ "Jonas von Andrian"
7
+ ],
8
+ "main": "source/js/jquery-sortable.js",
9
+ "moduleType": [
10
+ "globals"
11
12
+ "keywords": [
13
+ "sortable",
14
+ "sort",
15
+ "sorting",
16
+ "drag",
17
+ "dragging"
18
19
+ "license": "MIT",
20
+ "ignore": [
21
+ "**/.*",
22
+ "node_modules",
23
+ "bower_components",
24
+ "test",
25
+ "tests"
26
+ ]
27
+}
0 commit comments