Toggle navigation
Toggle navigation
This project
Loading...
Sign in
손장민
/
MyOpenSourceProject
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-07 22:26:38 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
872f190d4833c75a37888aa16331b217af107e27
872f190d
0 parents
Init Project Bitcoin Community
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
.gitignore
package.json
.gitignore
0 → 100644
View file @
872f190
node_modules/
\ No newline at end of file
package.json
0 → 100644
View file @
872f190
{
"name"
:
"bitcoin"
,
"version"
:
"1.0.0"
,
"description"
:
"bitcoin Community"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
},
"author"
:
""
,
"license"
:
"ISC"
,
"dependencies"
:
{
"body-parser"
:
"^1.18.2"
,
"ejs"
:
"^2.5.7"
,
"express"
:
"^4.16.2"
,
"realm"
:
"^2.0.12"
}
}
Please
register
or
login
to post a comment