Browse Source

Added component.json for bower/yeoman support.

pull/269/head
Daniel Garcia 13 years ago
parent
commit
058e7f679a
  1. 25
      component.json

25
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"
}
}
Loading…
Cancel
Save