yellowcab/package.json
2022-01-25 12:34:21 -05:00

29 lines
606 B
JSON

{
"name": "yellowcab",
"version": "1.0.0",
"description": "Embedding your currently playing song on any given scrobbling service",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.gay/a/yellowcab"
},
"keywords": [
"embed",
"widget",
"website"
],
"author": "tacohitbox",
"license": "UNLICENSED",
"dependencies": {
"cheerio": "^1.0.0-rc.10",
"cors": "^2.8.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"got": "^11.8.2",
"s-ago": "^2.2.0"
}
}