{
  "name": "theia-sticky-sidebar",
  "description": "Glues your website's sidebars, making them permanently visible while scrolling.",
  "authors": [
    "WeCodePixels <contact@wecodepixels.com>"
  ],
  "license": "MIT",
  "main": "js/theia-sticky-sidebar.js",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "jquery": ">=1.7.0"
  },
  "devDependencies": {
    "css-element-queries": "https://github.com/marcj/css-element-queries.git"
  }
}
