-
- Downloads
osa3
parents
No related branches found
No related tags found
.gitignore
0 → 100644
Procfile
0 → 100644
index.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "osa3", | ||
"version": "1.0.0", | ||
"description": "osa3", | ||
"main": "index.js", | ||
"scripts": { | ||
"start": "node index.js", | ||
"watch": "nodemon index.js" | ||
}, | ||
"author": "Suvi Hyvonen", | ||
"license": "ISC", | ||
"dependencies": { | ||
"cors": "^2.8.5", | ||
"express": "^4.16.4" | ||
}, | ||
"devDependencies": { | ||
"nodemon": "^1.18.10" | ||
} | ||
} |
Please register or sign in to comment