Skip to content

Instantly share code, notes, and snippets.

@soncco
Created September 11, 2013 17:33
Show Gist options
  • Save soncco/6527001 to your computer and use it in GitHub Desktop.
Save soncco/6527001 to your computer and use it in GitHub Desktop.
El package.json más básico del mundo.
{
"name": "curso-backend",
"version": "0.0.1",
"dependencies": {
"express": "~3.4.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment