mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
Create package.json
This commit is contained in:
parent
01c7db5704
commit
11ed4929b1
1 changed files with 28 additions and 0 deletions
28
package.json
Normal file
28
package.json
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"name": "poketale",
|
||||||
|
"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",
|
||||||
|
"node-fetch": "^2.6.1"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "12.x"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"url": "https://github.com/ashpotter/poketube"
|
||||||
|
},
|
||||||
|
"license": "MIT",
|
||||||
|
"keywords": [
|
||||||
|
"poketube",
|
||||||
|
"privite",
|
||||||
|
"ytdl"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue