Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "jquery-udraggable",
"main": "jquery.udraggable.js",
"homepage": "http://grantm.github.com/jquery-udraggable/",
"authors": [
"Grant McLean <[email protected]>"
],
"description": "jQuery plugin for making elements draggable with both mouse and touch support. A (tiny) subset of the functionality of jQueryUI's 'draggable' widget, but with touch support added.",
"keywords": [
"drag",
"touch"
],
"license": "MIT",
"moduleType": [
"globals"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.7"
}
}