{
	"id": "nodebb-plugin-recent-cards-cabane-libre",
	"name": "Recent Cards plugin for Cabane Libre Theme",
	"description": "Cards of recent topics to Cabane Libre category homepage",
	"url": "https://github.com/TheWorms/nodebb-plugin-recent-cards-cabane-libre",
	"library": "./library.js",
	"hooks": [
		{
			"hook": "static:app.load", "method": "init"
		},
		{
			"hook": "filter:config.get", "method": "getConfig"
		},
		{
			"hook": "filter:admin.header.build", "method": "addAdminNavigation"
		},
		{
			"hook": "filter:widgets.getWidgets", "method": "defineWidgets"
		},
		{
			"hook": "filter:widget.render:recentCards", "method": "renderWidget"
		}
	],
	"staticDirs": {
		"static": "./static"
	},
	"less": [
		"static/style.less"
	],
	"css": [
		"static/bxslider/jquery.bxslider.css"
	],
	"scripts": [
		"static/bxslider/jquery.bxslider.min.js",
		"static/lib/main.js"
	],
	"templates": "static/templates"
}
