Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add bower package #17

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
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"
}
}