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
1
+
{
2
+
"name"
:
"main.js"
,
3
+
"version"
:
"1.0.0"
,
4
+
"description"
:
""
,
5
+
"main"
:
"main.js"
,
6
+
"scripts"
:
{
7
+
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
8
+
},
9
+
"author"
:
""
,
10
+
"license"
:
"ISC"
,
11
+
"dependencies"
:
{
12
+
"express"
:
"^4.17.1"
13
+
}
14
+
}
Please
register
or
login
to post a comment