Toggle navigation
Toggle navigation
This project
Loading...
Sign in
유현수
/
coin_karaoke
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
유현수
2021-11-30 22:27:58 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b454433c6c895b9345a62a895ce520e0a1c4522e
b454433c
1 parent
8474ed34
add package.json
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
package.json
package.json
0 → 100644
View file @
b454433
{
"name"
:
"main.js"
,
"version"
:
"1.0.0"
,
"description"
:
""
,
"main"
:
"main.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
""
,
"license"
:
"ISC"
,
"dependencies"
:
{
"express"
:
"^4.17.1"
}
}
Please
register
or
login
to post a comment