Skip to content

Instantly share code, notes, and snippets.

@deleteman
Created July 31, 2019 19:07
Show Gist options
  • Save deleteman/a0d1eb8b535fcdfdabd2b8bff26a37f6 to your computer and use it in GitHub Desktop.
Save deleteman/a0d1eb8b535fcdfdabd2b8bff26a37f6 to your computer and use it in GitHub Desktop.
{
"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