Files
cdnjs/ajax/libs/jquery.shapeshift/package.json
T

33 lines
871 B
JSON

{
"name": "jquery.shapeshift",
"version": "2.0",
"filename": "jquery.shapeshift.min.js",
"homepage": "https://github.com/McPants/jquery.shapeshift",
"description": "jQuery plugin which creates a column based grid system that allows drag and drop even between multiple containers.",
"keywords": [
"grid",
"column",
"drag",
"drop"
],
"maintainers": [
{
"name": "Scott Elwood",
"web": "http://www.scottelwood.com"
},
{
"name": "We the Media, Inc.",
"web": "http://www.wtmworldwide.com.com"
}
],
"repositories": [
{
"type": "git",
"url": "git@github.com:McPants/jquery.shapeshift.git"
}
],
"dependencies": {
"jquery": "~1.9.1",
"jqueryui": "~1.9.2"
}
}