-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "vuetify3-audio-player",
"version": "1.1.0",
"description": "Audio player for Vue 3 based on Vuetify. ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "watch-http-server -s -p 8888",
"lint": "eslint --ext .js,.vue src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1bsilver/vuetify3-audio-player"
},
"keywords": [
"audio",
"sound",
"mp3",
"wav",
"player",
"vue",
"vue3",
"vue.js",
"vuetify",
"vuetify3",
"vuetifyjs"
],
"author": "Ibrahim AM",
"license": "MIT",
"bugs": {
"url": "https://github.com/1bsilver/vuetify3-audio-player/issues"
},
"homepage": "https://github.com/1bsilver/vuetify3-audio-player",
"devDependencies": {
"watch-http-server": "^0.7.6",
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-html": "^6.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
},
"dependencies": {}
}