@vueframe/vueframe
Version:
High performance, rich media embed components. For your site, built using Vue.
61 lines (60 loc) • 1.4 kB
JSON
{
"name": "@vueframe/vueframe",
"version": "3.0.9",
"description": "High performance, rich media embed components. For your site, built using Vue.",
"private": false,
"type": "module",
"main": "dist/vueframe.min.cjs",
"module": "dist/vueframe.min.mjs",
"files": [
"dist/*"
],
"scripts": {
"build": "rollup -c"
},
"peerDependencies": {
"lite-vimeo-embed": "*",
"lite-youtube-embed": "^0.3.3",
"vue": "*"
},
"devDependencies": {
"@rollup/plugin-terser": "*",
"rollup-plugin-peer-deps-external": "*",
"rollup-plugin-postcss": "*",
"rollup-plugin-vue": "*",
"rollup": "*",
"lite-vimeo-embed": "*",
"lite-youtube-embed": "^0.3.3",
"vue": "*"
},
"dependencies": {
"lite-vimeo-embed": "*",
"lite-youtube-embed": "^0.3.3",
"vue": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vueframe/vueframe.git"
},
"bugs": {
"url": "https://github.com/vueframe/vueframe/issues"
},
"homepage": "https://github.com/vueframe/vueframe",
"author": {
"name": "vueframe",
"url": "https://github.com/vueframe/vueframe"
},
"license": "MIT",
"keywords": [
"javascript",
"youtube",
"vimeo",
"typescript",
"components",
"vue",
"embed",
"iframe",
"vueframe",
"dino"
]
}