nodebb-plugin-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.
32 lines (31 loc) • 720 B
JSON
{
"name": "embed-acp",
"version": "1.0.0",
"description": "ACP for Embed Plugin - control available embeds, edit rules, etc.",
"main": "index.js",
"scripts": {
"build": "webpack --progress -p",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --progress --colors --watch"
},
"keywords": [
"acp",
"ux",
"ui"
],
"author": "Nicolas Siver",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.7.2",
"babel-loader": "^6.2.4",
"webpack": "^1.12.14"
},
"dependencies": {
"alt": "^0.18.2",
"alt-utils": "^1.0.0",
"classnames": "^2.2.3",
"object-assign": "^4.0.1",
"react": "^0.14.7",
"react-dom": "^0.14.7"
}
}