Skip to content

Instantly share code, notes, and snippets.

@marco-mendes
Created March 19, 2016 01:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marco-mendes/f7a733acfb31266dd1c0 to your computer and use it in GitHub Desktop.
Save marco-mendes/f7a733acfb31266dd1c0 to your computer and use it in GitHub Desktop.
package.json
{
"name": "AloMundoNodeMysql"
, "description": "Demonstração de como usar o Express e MySQL juntos"
, "author": "Modificado por *Seu nome*"
, "version": "0.0.1"
, "private": true
, "dependencies": {
"express": "~2.5",
"mysql": "~2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment