{
  "name": "sidr",
  "description": "jQuery plugin for creating side menus and the easiest way for doing your menu responsive",
  "version": "1.2.1",
  "homepage": "http://www.berriart.com/sidr/",
  "author": {
    "name": "Alberto Varela",
    "site": "http://albertovarelasanchez.com/"
  },
  "main": ["./jquery.sidr.min.js", "./stylesheets/jquery.sidr.dark.css"],
  "keywords": [ "jquery", "plugin", "responsive" ],
  "dependencies": {
    "jquery": ">=1.4.3"
  },
  "licenses": [ {
    "type": "MIT",
    "url": "https://github.com/artberri/sidr/blob/master/LICENSE-MIT"
  } ]
}