-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
44 lines (44 loc) · 1.09 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
{
"name": "vuetify-audio",
"version": "0.3.3",
"description": "Vue.js audio files player with Vuetify UI framework",
"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/wilsonwu/vuetify-audio.git"
},
"keywords": [
"audio",
"sound",
"mp3",
"wav",
"player",
"vue",
"vue.js",
"vuetify",
"vuetifyjs"
],
"author": "Wilson Wu",
"license": "MIT",
"bugs": {
"url": "/~https://github.com/wilsonwu/vuetify-audio/issues"
},
"homepage": "/~https://github.com/wilsonwu/vuetify-audio/issues#readme",
"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": {}
}