Toggle navigation
Toggle navigation
This project
Loading...
Sign in
전세계
/
FakerQuiz
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
전세계
2020-05-13 23:18:41 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4a76fdc2e88355c2ac6f4a90d94c2fba3982b329
4a76fdc2
1 parent
8c0b8358
파일: .gitigonre, package.json 추가
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
.gitignore.txt
package.json
.gitignore.txt
0 → 100644
View file @
4a76fdc
node_modules
package-lock.json
\ No newline at end of file
package.json
0 → 100644
View file @
4a76fdc
{
"name"
:
"fakerquiz"
,
"version"
:
"1.0.0"
,
"description"
:
""
,
"main"
:
"app.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"http://khuhub.khu.ac.kr/2019102225/FakerQuiz.git"
},
"author"
:
"Jeon segye"
,
"license"
:
"ISC"
,
"dependencies"
:
{
"express"
:
"^4.17.1"
}
}
Please
register
or
login
to post a comment