Skip to content

Instantly share code, notes, and snippets.

@arnklint
Created April 25, 2012 21:27
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 arnklint/2493586 to your computer and use it in GitHub Desktop.
Save arnklint/2493586 to your computer and use it in GitHub Desktop.
package.json
{
"name": "best-practices",
"description": "A package using versioning best-practices",
"author": "Jonas Arnklint <jonas.a@revrise.com>",
"dependencies": {
"colors": "0.x.x",
"express": "2.3.x",
"optimist": "0.2.x"
},
"devDependencies": {
"vows": "0.5.x"
},
"engine": "node >= 0.4.1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment