UNPKG

vue-audio-native

Version:
67 lines (66 loc) 1.73 kB
{ "name": "vue-audio-native", "version": "0.1.41", "description": "vue-audio-native", "main": "lib/vue-audio-native.umd.min.js", "keywords": [ "vue-audio-native", "vue-audio", "vueAudio", "vueAudioNative", "sound", "mp3", "wav", "player", "audio", "vue" ], "author": "trsoliu", "license": "MIT", "private": false, "repository": { "type": "git", "url": "https://github.com/trsoliu/vue-audio.git" }, "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint", "test:e2e": "vue-cli-service test:e2e", "test:unit": "vue-cli-service test:unit", "lib": "vue-cli-service build --target lib --name vue-audio-native --dest lib packages/index.js" }, "dependencies": { "@babel/polyfill": "^7.4.4", "core-js": "^2.6.5", "vue": "^2.6.6", "vue-audio-native": "^0.1.19", "vue-class-component": "^6.0.0", "vue-property-decorator": "^8.0.0", "vue-router": "^3.0.1", "vuex": "^3.0.1" }, "devDependencies": { "@types/jest": "^23.1.4", "@vue/cli-plugin-babel": "^3.5.0", "@vue/cli-plugin-e2e-nightwatch": "^3.5.0", "@vue/cli-plugin-eslint": "^3.5.0", "@vue/cli-plugin-typescript": "^3.5.0", "@vue/cli-plugin-unit-jest": "^3.5.0", "@vue/cli-service": "^3.5.0", "@vue/eslint-config-prettier": "^4.0.1", "@vue/eslint-config-typescript": "^4.0.0", "@vue/test-utils": "1.0.0-beta.29", "babel-core": "7.0.0-bridge.0", "babel-eslint": "^10.0.1", "eslint": "^5.8.0", "eslint-plugin-vue": "^5.0.0", "node-sass": "^4.9.0", "rollup-plugin-json": "^4.0.0", "sass-loader": "^7.1.0", "ts-jest": "^23.0.0", "typescript": "^3.2.1", "vue-audio-native": "^0.1.32", "vue-template-compiler": "^2.5.21" } }