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": "mixitup",
| "title": "MixItUp",
| "description": "A CSS3 and jQuery Filter & Sort Plugin",
| "keywords": [
| "filter",
| "sort",
| "CSS3",
| "grid",
| "responsive",
| "animation"
| ],
| "version": "1.5.4",
| "author": {
| "name": "Patrick Kunka, Barrel NY",
| "url": "http://www.barrelny.com"
| },
| "licenses": [
| {
| "type": "CC BY-ND",
| "url": "http://creativecommons.org/licenses/by-nd/3.0/"
| }
| ],
| "homepage": "http://mixitup.io",
| "docs": "http://mixitup.io",
| "download": "http://mixitup.io",
| "dependencies": {
| "jquery": ">=1.4"
| }
| }
|
|