mirror of https://github.com/metafizzy/isotope
1 changed files with 25 additions and 0 deletions
@ -0,0 +1,25 @@ |
|||||||
|
{ |
||||||
|
"name": "isotope", |
||||||
|
"version": "1.5.18", |
||||||
|
"description": "An exquisite jQuery plugin for magical layouts. Enables filtering, sorting, and dynamic layouts.", |
||||||
|
"homepage": "http://isotope.metafizzy.co/", |
||||||
|
"license" : "https://github.com/buzzedword/isotope#licensing", |
||||||
|
"main": [ |
||||||
|
"./jquery.isotope.js", |
||||||
|
"./jquery.isotope.min.js" |
||||||
|
], |
||||||
|
"dependencies": { |
||||||
|
"jquery": "~1.7.1" |
||||||
|
}, |
||||||
|
"keywords": [ |
||||||
|
"browser", |
||||||
|
"client", |
||||||
|
"filtering", |
||||||
|
"sorting", |
||||||
|
"dynamic" |
||||||
|
], |
||||||
|
"author": { |
||||||
|
"name": "David DeSandro", |
||||||
|
"web": "http://desandro.com" |
||||||
|
} |
||||||
|
} |
Loading…
Reference in new issue