-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 982 Bytes
/
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
{
"name": "dx-bplayer",
"version": "0.2.1",
"description": "This is a simple HTML5 video player based on Vue.",
"main": "lib/dx-bplayer.umd.min.js",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lib": "vue-cli-service build --target lib --name dx-bplayer --dest lib packages/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/boboyaohuo/Dx-BPlayer.git"
},
"keywords": [
"vue",
"Dx-BPlayer",
"BPlayer",
"player",
"video",
"vue-video"
],
"author": "wujianbo",
"license": "MIT",
"bugs": {
"url": "https://github.com/boboyaohuo/Dx-BPlayer/issues"
},
"homepage": "https://github.com/boboyaohuo/Dx-BPlayer#readme",
"devDependencies": {
"vue": "^2.6.11",
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-service": "^3.9.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.6.10"
}
}