forked from alterhu2020/vue-videojs7
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
{
"name": "vue-videojs7",
"version": "0.1.3",
"description": "A vue video player plugin using video.js 7.",
"repository": {
"type": "git",
"url": "git+https://github.com/alterhu2020/vue-videojs7.git"
},
"keywords": [
"vue",
"video.js 7",
"video.js",
"videojs",
"hls",
"m3u8"
],
"author": "Walter Hu",
"license": "MIT",
"bugs": {
"url": "https://github.com/alterhu2020/vue-videojs7/issues"
},
"homepage": "https://github.com/alterhu2020/vue-videojs7#readme",
"main": "index.js",
"scripts": {
"serve": "vue-cli-service serve --copy",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"video.js": "^7.2.3",
"vue": "^2.5.17",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"vue-script2": "^2.1.0",
"vue-ribbon": "^1.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.4",
"@vue/cli-plugin-eslint": "^3.0.4",
"@vue/cli-plugin-unit-jest": "^3.0.4",
"@vue/cli-service": "^3.0.4",
"@vue/eslint-config-standard": "^3.0.4",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^23.0.1",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"vue-template-compiler": "^2.5.17"
}
}