musixmatch
Version:
Fetches Lyrics from Musixmatch API
47 lines (46 loc) • 1.08 kB
JSON
{
"name": "musixmatch",
"version": "0.1.6",
"description": "Fetches Lyrics from Musixmatch API",
"main": "index.js",
"scripts": {
"dev": "parcel test/index.html",
"build": "parcel build test/index.html"
},
"engines": {
"node": ">=8"
},
"files": ["lib"],
"dependencies": {
"axios": "latest"
},
"devDependencies": {
"@babel/core": "latest",
"@babel/plugin-transform-runtime": "latest",
"@babel/runtime": "latest",
"@babel/runtime-corejs2": "latest",
"babel-cli": "latest",
"babel-plugin-add-module-exports": "latest",
"babel-plugin-transform-runtime": "latest",
"babel-polyfill": "latest",
"babel-preset-env": "latest"
},
"keywords": [
"musixmatch",
"api",
"lyrics",
"musixmatch-lyrics",
"lyrics-api",
"music-lyrics"
],
"author": "IMAN",
"license": "MIT",
"homepage": "https://atel.us",
"repository": {
"type": "git",
"url": "https://github.com/Imanullah/nuxt-musixmatch.git"
},
"bugs": {
"url": "https://github.com/Imanullah/musixmatch/issues/"
}
}