forked from MoePlayer/vue-dplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 880 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
39
40
41
{
"name": "vue-dplayer",
"description": "A Vue 2.x video player component based on DPlayer",
"version": "0.0.9",
"main": "dist/vue-dplayer.js",
"files": [
"dist"
],
"scripts": {
"test": "echo lol",
"build:example": "poi build example/index.js",
"build": "bili",
"example": "poi example/index.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sinchang/vue-dplayer.git"
},
"bugs": {
"url": "https://github.com/sinchang/vue-dplayer/issues"
},
"keywords": [
"vue",
"component",
"player"
],
"poi": {
"dist": "example-dist"
},
"author": "sinchang <[email protected]>",
"devDependencies": {
"bili": "2.0.0",
"poi": "9.6.13"
},
"license": "MIT",
"dependencies": {
"dplayer": "^1.20.0",
"vue-github-badge": "1.0.1"
}
}