UNPKG

nodebb-plugin-ns-embed

Version:

Embed media and rich content in posts: youtube, vimeo, twitch etc. All embeds are based on the rules. You are encouraged to build your own rules to embed everything what is embeddable.

31 lines (30 loc) 690 B
{ "name": "embed-acp", "version": "2.1.0", "description": "ACP for Embed Plugin - control available embeds, edit rules, etc.", "main": "index.js", "scripts": { "build": "webpack --env production", "test": "echo \"Error: no test specified\" && exit 1", "watch": "webpack watch" }, "keywords": [ "acp", "ux", "ui" ], "author": "Nicolas Siver", "license": "MIT", "devDependencies": { "@babel/core": "^7.14.3", "@babel/preset-react": "^7.13.13", "babel-loader": "^8.2.2", "webpack": "^5.38.1", "webpack-cli": "^4.7.0" }, "dependencies": { "classnames": "^2.2.3", "react": "^17.0.2", "react-dom": "^17.0.2" } }