lyric-get
Version:
get lyrics by scraping lyrics-wikia. technically illegal to use this.
26 lines (25 loc) • 531 B
JSON
{
"name": "lyric-get",
"version": "1.0.3",
"description": "get lyrics by scraping lyrics-wikia. technically illegal to use this.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "github.com/rhnvrm/lyric-api"
},
"keywords": [
"lyric",
"wikia",
"fetch"
],
"author": "Rohan Verma",
"license": "MIT",
"dependencies": {
"cheerio": "^0.20.0",
"request": "^2.69.0",
"underscore": "^1.8.3"
}
}