Skip to content

Instantly share code, notes, and snippets.

@chrisbraddock
Last active December 31, 2015 10:49
Show Gist options
  • Select an option

  • Save chrisbraddock/7976132 to your computer and use it in GitHub Desktop.

Select an option

Save chrisbraddock/7976132 to your computer and use it in GitHub Desktop.
{
"name": "best-practices",
"description": "A package using versioning best-practices",
"author": "Charlie Robbins <charlie@nodejitsu.com>",
"main": "my-module.js",
"repository": {
"type": "git",
"url": "https://github.com/npm/npm.git"
},
"dependencies": {
"colors": "0.x.x",
"express": "2.3.x",
"optimist": "0.2.x"
},
"devDependencies": {
"vows": "0.5.x"
},
"engine": "node >= 0.10.26"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment