mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-21 07:26:48 +00:00
11 lines
165 B
JSON
11 lines
165 B
JSON
{
|
|
"name" : "website-using-express",
|
|
"version" : "0.0.1",
|
|
"scripts" : {
|
|
"start" : "node Server.js"
|
|
},
|
|
"dependencies" : {
|
|
"express" : "latest"
|
|
}
|
|
}
|