-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
63 lines (63 loc) · 1.6 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "vue-responsive-video-background-player",
"version": "2.3.1",
"description": "Play your own videos in background responsively",
"main": "./dist/vue-responsive-video-background-player.umd.js",
"unpkg": "./dist/vue-responsive-video-background-player.umd.js",
"module": "./dist/vue-responsive-video-background-player.mjs",
"exports": {
".": {
"import": "./dist/vue-responsive-video-background-player.mjs",
"require": "./dist/vue-responsive-video-background-player.umd.js"
}
},
"private": false,
"scripts": {
"build:dist": "LIB_NAME=dist vite build",
"build:demo": "LIB_NAME=demo vite build",
"build": "npm run build:dist && npm run build:demo",
"publish": "npm run build && npm publish"
},
"files": [
"dist/*"
],
"repository": {
"type": "git",
"url": "git://github.com/avidofood/vue-responsive-video-background-player.git"
},
"keywords": [
"vue 3",
"vue3",
"vue",
"background",
"video background player",
"vue-responsive-videobg",
"vue-video-player",
"vue video player",
"video player",
"vue player",
"vue video",
"resolution switcher",
"tesla"
],
"author": {
"name": "Philipp Mochine",
"email": "[email protected]",
"url": "https://avidofood.com"
},
"license": "MIT",
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.3",
"eslint": "^8.23.1",
"eslint-config-avidofood": "^3.1.0",
"vite": "^3.0.9",
"vite-plugin-css-injected-by-js": "^2.0.4",
"vue": "^3.2.39"
},
"release": {
"branch": "master"
},
"publishConfig": {
"tag": "latest"
}
}