analyrics
Version:
A tool to fetch song lyrics and analyze them.
35 lines (34 loc) • 765 B
JSON
{
"name": "analyrics",
"version": "1.1.1",
"description": "A tool to fetch song lyrics and analyze them.",
"main": "analyrics.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kokuls/analyrics.git"
},
"keywords": [
"lyrics",
"analytics",
"natural",
"language",
"processing",
"genius",
"billboard"
],
"author": "Kokul Subendran",
"license": "MIT",
"bugs": {
"url": "https://github.com/kokuls/analyrics/issues"
},
"homepage": "https://github.com/kokuls/analyrics#readme",
"dependencies": {
"cheerio": "^0.22.0",
"request": "^2.75.0",
"speakeasy-nlp": "^0.2.2",
"word-freq": "0.0.8"
}
}