Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박정인
/
opensource
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
박정인
2017-12-06 21:38:45 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7dec5472a38789d5abe2b404d90b80e6df4ff9bd
7dec5472
1 parent
c5dc5fe3
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 @
7dec547
{
"name"
:
"helloworld"
,
"version"
:
"1.0.0"
,
"description"
:
""
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
""
,
"license"
:
"ISC"
,
"dependencies"
:
{
"express"
:
"^4.16.2"
}
}
Please
register
or
login
to post a comment