UNPKG

get-lyrics-hd

Version:
36 lines (35 loc) 686 B
{ "name": "get-lyrics-hd", "version": "0.0.1", "description": "Get a song's lyrics", "main": "index.js", "scripts": { "test": "nyc --reporter=html mocha" }, "keywords": [ "song", "lyrics", "lyric", "music", "paroles", "track" ], "repository": { "type": "git", "url": "git+https://github.com/HaiDang666/get-lyrics.git" }, "author": "trekiteasy", "license": "MIT", "dependencies": { "bluebird": "^3.5.3", "cheerio": "^1.0.0-rc.2", "lodash": "^4.17.11", "node-fetch": "^2.3.0" }, "devDependencies": { "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "mocha": "^8.3.0", "nyc": "^15.1.0" } }