1
Fork 0
poke/package.json

30 lines
577 B
JSON
Raw Normal View History

2021-07-07 08:35:02 -04:00
{
2022-02-10 10:43:47 -05:00
"name": "poketube",
2021-07-07 08:35:02 -04:00
"version": "0.0.1",
"description": "Youtube video player that does not track your info",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.17.1",
"youtube-search": "^1.1.6",
"ejs": "^3.1.6",
"path": "^0.12.7",
2022-02-13 06:16:15 -05:00
"node-fetch": "^2.6.1",
"lyrics-finder": "^21.7.0"
2021-07-07 08:35:02 -04:00
},
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://github.com/ashpotter/poketube"
},
2022-02-10 10:43:47 -05:00
"license": "GPL-3.0",
2021-07-07 08:35:02 -04:00
"keywords": [
"poketube",
"privite",
"ytdl"
]
}