-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 897 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
{
"name": "cockatoo-player",
"version": "1.1.0",
"description": "Audio player with subtitle and caption support",
"private": false,
"main": "./dist/index.cjs.js",
"scripts": {
"dev": "vue serve CockatooPlayer.vue",
"build": "bili --name index --plugin vue --vue.css false"
},
"files": [
"dist/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/iwouldrathercode/cockatoo-player.git"
},
"keywords": [
"audio",
"player",
"vue"
],
"author": "psgganesh@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/iwouldrathercode/cockatoo-player/issues"
},
"homepage": "https://github.com/iwouldrathercode/cockatoo-player#readme",
"dependencies": {
"subtitle": "^2.0.3"
},
"devDependencies": {
"bili": "^3.4.2",
"rollup-plugin-vue": "^4.6.1",
"vue-template-compiler": "^2.5.22"
}
}