mirror of https://gitee.com/karson/fastadmin.git
25 lines
531 B
JSON
25 lines
531 B
JSON
{
|
|
"name": "draggable",
|
|
"version": "4.1.1",
|
|
"homepage": "http://bcherny.github.io/draggable/demos",
|
|
"authors": [
|
|
"Boris Cherny <boris@performancejs.com>"
|
|
],
|
|
"description": "High performance, fully cross browser, full featured drag and drop in a tiny (2k gzipped), dependency-free package",
|
|
"main": "dist/draggable.min.js",
|
|
"keywords": [
|
|
"drag",
|
|
"drop",
|
|
"drag",
|
|
"and",
|
|
"drop",
|
|
"dragndrop",
|
|
"move"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"node_modules",
|
|
"bower_components"
|
|
]
|
|
}
|