Skip to content

Instantly share code, notes, and snippets.

@rsdiaz
Created April 14, 2016 10:28
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 rsdiaz/0d8ac135a7fcd738d1a56c3b21f7c149 to your computer and use it in GitHub Desktop.
Save rsdiaz/0d8ac135a7fcd738d1a56c3b21f7c149 to your computer and use it in GitHub Desktop.
Version minima de un archivo package.json para npm
{
"name": "miapp",
"version": "0.0.1",
"dependencies": {
"nombre_modulo": "version",
"nombre_modulo2": "version"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment