forked from avidofood/vue-responsive-video-background-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.58 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
{
"name": "vue-responsive-video-background-player",
"version": "1.1.2",
"description": "Play your own videos in background responsively",
"main": "dist/index.common.js",
"unpkg": "dist/index.umd.min.js",
"private": false,
"scripts": {
"demo": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"build": "vue-cli-service build",
"build-bundle": "vue-cli-service build --target lib --name index ./src/index.js"
},
"files": [
"dist/*",
"src/*",
"*.json",
"*.js"
],
"repository": {
"type": "git",
"url": "git://github.com/avidofood/vue-responsive-video-background-player.git"
},
"keywords": [
"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": {
"@vue/cli-plugin-babel": "^4.5.3",
"@vue/cli-service": "^4.5.3",
"cross-env": "^7.0.2",
"eslint": "^6.8.0",
"eslint-config-avidofood": "^1.1.0",
"laravel-mix": "^5.0.0",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {}
}