forked from AshesOfOwls/jquery.shapeshift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Shapeshift.jquery.json
44 lines (44 loc) · 1.11 KB
/
Shapeshift.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "Shapeshift",
"title": "jQuery Shapeshift",
"description": "jQuery plugin which can arrange a collection of elements into a grid while also providing drag and drop functionality.",
"keywords": [
"grid",
"drag",
"drop",
"arrange",
"organize",
"animation"
],
"version": "1.0.0",
"author": {
"name": "Scott Elwood",
"url": "http://scottelwood.com"
},
"maintainers": [
{
"name": "We the Media, inc.",
"email": "[email protected]",
"url": "http://wtmworldwide.com"
},
{
"name": "Scott Elwood",
"email": "[email protected]",
"url": "http://scottelwood.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/McPants/jquery.shapeshift/blob/master/LICENSE"
}
],
"bugs": "https://github.com/McPants/jquery.shapeshift/issues",
"homepage": "https://github.com/McPants/jquery.shapeshift",
"docs": "https://github.com/McPants/jquery.shapeshift",
"download": "https://github.com/McPants/jquery.shapeshift",
"dependencies": {
"jquery": ">=1.9.0",
"jquery-ui": ">=1.10.0"
}
}