nodebb-plugin-iframely
Version:
Iframely will give you embeds from over 1700 domains, plus previews for the rest of the web.
41 lines (40 loc) • 853 B
JSON
{
"name": "nodebb-plugin-iframely",
"version": "1.2.0",
"description": "Iframely will give you embeds from over 1700 domains, plus previews for the rest of the web.",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/NodeBB/nodebb-plugin-iframely"
},
"keywords": [
"nodebb",
"plugin",
"iframely",
"embed",
"oembed",
"youtube",
"gfycat",
"giphy",
"imgur",
"unfurl",
"onebox"
],
"author": {
"name": "Julian Lam",
"email": "julian@nodebb.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/NodeBB/nodebb-plugin-iframely/issues"
},
"readmeFilename": "README.md",
"nbbpm": {
"compatibility": "^3.2.0"
},
"dependencies": {
"@iframely/embed.js": "^1.3.1",
"lru-cache": "^2.7.0",
"moment": "^2.20.1"
}
}