UNPKG

vue-youtube-widget

Version:

Vue.js YouTube widget for your website using YouTube Api 3

55 lines (54 loc) 1.47 kB
{ "name": "vue-youtube-widget", "version": "0.8.0", "description": "Vue.js YouTube widget for your website using YouTube Api 3", "keywords": [ "vue", "vue.js", "youtube-widget", "youtube", "widget", "youtube-api", "vue-youtube" ], "repository": { "type": "git", "url": "git+https://github.com/dmitriyakkerman/vue-youtube-widget" }, "author": "Dmitriy Akkerman", "license": "ISC", "bugs": { "url": "https://github.com/dmitriyakkerman/vue-youtube-widget/issues" }, "homepage": "https://github.com/dmitriyakkerman/vue-youtube-widget#readme", "scripts": { "serve": "vue-cli-service serve", "build": "npm run lint -- --fix && vue-cli-service build --target lib --name YoutubeWidget ./src/components/YouTubeWidget.vue", "test": "vue-cli-service test:unit", "lint": "vue-cli-service lint" }, "main": "dist/YoutubeWidget.common.js", "files": [ "dist/*", "*.js", "*.json" ], "dependencies": { "axios": "^0.21.1", "core-js": "^3.6.5", "vue": "^2.6.11" }, "devDependencies": { "@vue/cli-plugin-babel": "~4.5.0", "@vue/cli-plugin-eslint": "~4.5.0", "@vue/cli-plugin-unit-jest": "^4.5.13", "@vue/cli-service": "~4.5.0", "@vue/test-utils": "^1.2.2", "babel-eslint": "^10.1.0", "eslint": "^6.7.2", "eslint-plugin-vue": "^6.2.2", "node-sass": "^6.0.1", "sass-loader": "^10.2.0", "vue-template-compiler": "^2.6.11" } }