mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 18:56:05 +10:00
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
24 lines
660 B
JSON
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"
|
|
}
|
|
]
|
|
}
|