Files
cdnjs/ajax/libs/draggabilly/package.json
T
Daniele edb6c29212 Add draggabilly
Draggabilly is Javascript library to make elements draggable.
The minified source draggabilly.pkgd.min.js is downloaded from
http://draggabilly.desandro.com/

Author: David DeSandro
License: MIT
Repository: https://github.com/desandro/draggabilly
2013-05-09 10:11:20 +02:00

24 lines
660 B
JSON

{
"name": "draggabilly",
"filename": "draggabilly.pkgd.js",
"version": "1.0.2",
"description": "Draggabilly is Javascript library to make elements draggable. When dragging, Draggabillly will add the class .is-dragging to the element. The minified source draggabilly.pkgd.min.js is on http://draggabilly.desandro.com/",
"homepage": "http://draggabilly.desandro.com/",
"keywords": [
"draggable",
"element"
],
"maintainers": [
{
"name": "David DeSandro",
"web": "http://desandro.com/"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/desandro/draggabilly"
}
]
}