diff --git a/component.json b/component.json new file mode 100644 index 0000000..a018161 --- /dev/null +++ b/component.json @@ -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" + } +} \ No newline at end of file