전세계

파일: .gitigonre, package.json 추가

1 +node_modules
2 +package-lock.json
...\ No newline at end of file ...\ No newline at end of file
1 +{
2 + "name": "fakerquiz",
3 + "version": "1.0.0",
4 + "description": "",
5 + "main": "app.js",
6 + "scripts": {
7 + "test": "echo \"Error: no test specified\" && exit 1"
8 + },
9 + "repository": {
10 + "type": "git",
11 + "url": "http://khuhub.khu.ac.kr/2019102225/FakerQuiz.git"
12 + },
13 + "author": "Jeon segye",
14 + "license": "ISC",
15 + "dependencies": {
16 + "express": "^4.17.1"
17 + }
18 +}