{
  "id": "nodebb-plugin-swiper",
  "url": "https://github.com/boydaihungst/nodebb-plugin-swiper",
  "library": "./library.js",
  "hooks": [
    {
      "hook": "static:app.load",
      "method": "init"
    },
    {
      "hook": "filter:admin.header.build",
      "method": "addAdminNavigation"
    },
    { "hook": "filter:config.get", "method": "appendConfigToClient" },
    { "hook": "filter:parse.post", "method": "parse" },
    { "hook": "filter:parse.signature", "method": "parse" },
    { "hook": "filter:parse.raw", "method": "parseRaw" }
  ],
  "staticDirs": {
    "static": "./static"
  },
  "less": ["static/style.less"],
  "scripts": [
    "static/lib/main.js",
    "static/lib/inject-btn-to-composer-toolbar.js"
  ],
  "acpScripts": ["static/lib/admin.js"],
  "modules": {
    "swiper.js": "static/lib/swiper-bundle.js"
  },
  "templates": "static/templates",
  "languages": "languages",
  "defaultLang": "en-US"
}
