Docker containers running sample nodejs app among others tools for learning purposes.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

27 lines
566 B

{
"name": "app",
"version": "1.0.0",
"description": "it's my first nodejs app ever yay",
"main": "app.js",
"scripts": {
"test": "echo \"error: no test specified\" && exit 1"
},
"keywords": [
"test",
"app",
"yay"
],
"author": "F2256342",
"license": "ISC",
"dependencies": {
"express": "^4.16.3",
"mongoose": "^5.3.2",
"prom-client": "^11.2.0",
"file-system": "^2.2.2",
"marked": "^0.5.2",
"body-parser": "^1.18.3",
"jsonwebtoken": "^8.4.0",
"morgan": "^1.9.1",
"cookie-parser": "^1.4.3"
}
}