forked from glen-cheney/Shuffle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshuffle.jquery.json
30 lines (30 loc) · 892 Bytes
/
shuffle.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
{
"name": "shuffle",
"title": "Shuffle.js",
"description": "Categorize, sort, and filter a responsive grid of items",
"keywords": ["gallery", "shuffle", "layout", "masonry", "filter", "sort", "responsive", "grid", "mobile", "tiles"],
"version": "2.0.3",
"author": {
"name": "Glen Cheney",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Glen Cheney",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/Vestride/Shuffle/issues",
"homepage": "https://github.com/Vestride/Shuffle",
"docs": "http://vestride.github.io/Shuffle",
"demo": "http://vestride.github.io/Shuffle",
"dependencies": {
"jquery": ">=1.9"
}
}