nodebb-plugin-embed-imgur-2
Version:
NodeBB Embed Imgur Plugin
13 lines (12 loc) • 358 B
JSON
{
"id": "nodebb-plugin-embed-imgur",
"name": "NodeBB Embed Imgur Plugin",
"description": "NodeBB Plugin that allows users to embed Imgur Galleries & Images inline in their posts.",
"url": "https://github.com/a5mith/nodebb-plugin-embed-imgur",
"staticDirs": {
"css": "./static"
},
"scripts": [
"./client-scripts/add-imgur-scripts.js"
]
}