We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72aaa0d commit e114e80Copy full SHA for e114e80
package.json
@@ -1,11 +1,21 @@
1
{
2
- "name": "vue-youtube-iframe-api",
+ "name": "@maisonfutari/vue-youtube-iframe-api",
3
"version": "0.2.0",
4
"main": "src/main.js",
5
"license": "MIT",
6
"description": "Vue JS component wrapping a Youtube Video Player with the Youtube Iframe API",
7
"author": "darkylmnx",
8
"scripts": {
9
"build": "parcel build ./src/main.js --no-cache --global=Vytia"
10
- }
+ },
11
+ "dependencies": {},
12
+ "devDependencies": {},
13
+ "repository": {
14
+ "type": "git",
15
+ "url": "git+https://github.com/darkylmnx/vue-youtube-iframe-api.git"
16
17
+ "bugs": {
18
+ "url": "https://github.com/darkylmnx/vue-youtube-iframe-api/issues"
19
20
+ "homepage": "https://github.com/darkylmnx/vue-youtube-iframe-api#readme"
21
}
0 commit comments