mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-17 23:16:52 +00:00
12 lines
186 B
JSON
12 lines
186 B
JSON
{
|
|
"name" : "gocryptotrader-website",
|
|
"version" : "0.0.1",
|
|
"scripts" : {
|
|
"start" : "node Server.js"
|
|
},
|
|
"dependencies" : {
|
|
"express" : "latest",
|
|
"ejs":"latest"
|
|
}
|
|
}
|