Created
July 31, 2019 19:07
-
-
Save deleteman/a0d1eb8b535fcdfdabd2b8bff26a37f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Project name", | |
"version": "1.0.0", | |
"description": "This is a basic description", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "Fernando Doglio", | |
"license": "ISC", | |
"dependencies": { | |
"config": "^3.1.0", | |
"express": "^4.17.1", | |
"socket.io": "^2.2.0", | |
"winston": "^3.2.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment