DaInfLoop
843723c3d3
Contains previous works that were previously hosted on GitHub/my own git server. I deleted that commit history as there was nothing big and it's nice to start on a clean slate.
25 lines
605 B
JSON
25 lines
605 B
JSON
{
|
|
"name": "find-the-nest",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/DaInfLoop/find-the-nest.git"
|
|
},
|
|
"author": "DaInfLoop",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/DaInfLoop/find-the-nest/issues"
|
|
},
|
|
"homepage": "https://github.com/DaInfLoop/find-the-nest#readme",
|
|
"dependencies": {
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"passport": "^0.7.0",
|
|
"passport-oauth2": "^1.8.0"
|
|
}
|
|
}
|