Skip to content

Commit 8538fd5

Browse files
author
Bruno Batista
committed
Added support for bower
1 parent b90b6ba commit 8538fd5

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

bower.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)