nuxt-musixmatch
Version:
NuxJS module musixmatch api
63 lines (62 loc) • 1.47 kB
JSON
{
"name": "nuxt-musixmatch",
"version": "0.1.5",
"description": "NuxJS module musixmatch api",
"license": "MIT",
"contributors": [
{
"name": "IMAN"
}
],
"main": "lib/module.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Imanullah/nuxt-musixmatch.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "nuxt example",
"lint": "eslint lib test",
"test": "yarn lint && jest",
"release": "yarn test && standard-version && git push --follow-tags && npm publish"
},
"files": ["lib"],
"dependencies": {
"@nuxtjs/axios": "latest"
},
"devDependencies": {
"@babel/core": "latest",
"@babel/preset-env": "latest",
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"@nuxtjs/eslint-config": "latest",
"babel-eslint": "latest",
"babel-jest": "latest",
"codecov": "latest",
"eslint": "latest",
"get-port": "latest",
"husky": "latest",
"jest": "latest",
"nuxt-edge": "latest",
"request": "latest",
"request-promise-native": "latest",
"standard-version": "latest"
},
"keywords": [
"musixmatch",
"nuxt musixmatch",
"api",
"lyrics",
"musixmatch-lyrics",
"lyrics-api",
"music-lyrics"
],
"bugs": {
"url": "https://github.com/Imanullah/nuxt-musixmatch/issues"
},
"homepage": {
"url": "https://github.com/Imanullah/nuxt-musixmatch#readme"
}
}