Created
April 14, 2016 10:28
-
-
Save rsdiaz/0d8ac135a7fcd738d1a56c3b21f7c149 to your computer and use it in GitHub Desktop.
Version minima de un archivo package.json para npm
This file contains 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": "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