mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 21:06:39 +10:00
33 lines
832 B
JSON
33 lines
832 B
JSON
{
|
|
"name": "html5sortable",
|
|
"filename": "html.sortable.min.js",
|
|
"version": "0.1.1",
|
|
"license": "MIT",
|
|
"description": "Lightweight jQuery plugin to create sortable lists and grids using native HTML5 drag and drop API.",
|
|
"author": {
|
|
"name": "Alexandru Badiu",
|
|
"email": "andu@ctrlz.ro",
|
|
"url": "http://alexandrubadiu.ro"
|
|
},
|
|
"keywords": [
|
|
"jquery",
|
|
"sortable",
|
|
"html5",
|
|
"drag and drop"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/voidberg/html5sortable"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.2",
|
|
"grunt-contrib-jshint": "~0.7.2",
|
|
"grunt-contrib-nodeunit": "~0.2.0",
|
|
"grunt-contrib-uglify": "~0.2.2",
|
|
"grunt-contrib-copy": "~0.4.1",
|
|
"jshint-stylish": "~0.1.4",
|
|
"grunt-jsvalidate": "~0.2.2",
|
|
"grunt-contrib-clean": "~0.5.0"
|
|
}
|
|
}
|