forked from AshesOfOwls/jquery.shapeshift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
51 lines (51 loc) · 1.26 KB
/
bower.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
45
46
47
48
49
50
51
{
"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": "2.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.touch-punch": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/McPants/jquery.shapeshift.git"
},
"main": [
"core/jquery.shapeshift.js"
]
}