{
	"id": "nodebb-plugin-vine",
	"name": "NodeBB Vine Plugin",
	"description": "NodeBB Plugin that allows users to embed Vine Posts inline in their posts.",
	"url": "https://github.com/a5mith/nodebb-plugin-vine",
	"library": "./library.js",
	"hooks": [
		{ "hook": "filter:parse.post", "method": "parse", "callbacked": true }
	],
	"staticDirs": {
        "css": "./static"
    }

}
