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 b90b6ba commit 8538fd5Copy full SHA for 8538fd5
bower.json
@@ -0,0 +1,26 @@
1
+{
2
+ "name": "html5sortable",
3
+ "version": "0.0.1",
4
+ "homepage": "http://farhadi.ir/projects/html5sortable/",
5
+ "authors": [
6
+ "Ali Farhadi <[email protected]>"
7
+ ],
8
+ "description": "Lightweight jQuery plugin to create sortable lists and grids using native HTML5 drag and drop API.",
9
+ "main": "./jquery.sortable.js",
10
+ "keywords": [
11
+ "html5",
12
+ "sortable",
13
+ "jquery"
14
15
+ "license": "MIT",
16
+ "ignore": [
17
+ "**/.*",
18
+ "node_modules",
19
+ "bower_components",
20
+ "test",
21
+ "tests"
22
23
+ "dependencies": {
24
+ "jquery": ">= 1.9.1"
25
+ },
26
+}
0 commit comments