UNPKG

1.34 kBJSONView Raw
1{
2 "name": "@quasar/quasar-app-extension-qmediaplayer",
3 "version": "1.0.0-beta.9",
4 "description": "QMediaPlayer is an audio/video app extension for Quasar",
5 "author": "Hawkeye64 <jeff@quasar-framework.org>",
6 "main": "src/index.js",
7 "scripts": {
8 "lint": "eslint --ext .js,.vue src",
9 "lint-fix": "eslint --ext .js,.vue src --fix",
10 "build-demo": "cd ./demo && quasar build && cd .. && rm -r -f ./docs && cp -r ./demo/dist/spa/. ./docs",
11 "test": "echo \"No test specified\" && exit 0"
12 },
13 "publishConfig": {
14 "access": "public"
15 },
16 "bugs": "https://github.com/quasarframework/app-extension-qmediaplayer/issues",
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/quasarframework/app-extension-qmediaplayer.git"
20 },
21 "homepage": "https://github.com/quasarframework/app-extension-qmediaplayer",
22 "license": "MIT",
23 "keywords": [
24 "quasar",
25 "app",
26 "app extension",
27 "extension",
28 "video",
29 "audio",
30 "player"
31 ],
32 "engines": {
33 "node": ">= 8.9.0",
34 "npm": ">= 5.6.0",
35 "yarn": ">= 1.6.0"
36 },
37 "dependencies": {},
38 "devDependencies": {
39 "@vue/eslint-config-standard": "^4.0.0",
40 "babel-eslint": "^10.0.1",
41 "eslint": "^5.16.0",
42 "eslint-loader": "^2.1.2",
43 "eslint-plugin-vue": "^5.2.2",
44 "fs": "^0.0.2",
45 "path": "^0.12.7"
46 }
47}