Skip to content

Instantly share code, notes, and snippets.

@eyarz
Last active September 12, 2019 09:02
Show Gist options
  • Save eyarz/9649bcef70c3300cc1b0526062f417f6 to your computer and use it in GitHub Desktop.
Save eyarz/9649bcef70c3300cc1b0526062f417f6 to your computer and use it in GitHub Desktop.
How not to define packages in package.json
{
"name": "GitHub Octocat Generator",
"description": "Generate 1337 Octocats",
"repository": {
"type": "git",
"url": "https://github.com/datree/io.git"
},
"dependencies": {
"async": "latest",
"bower": "latest",
"body-parser": "latest",
"connect-flash": "latest",
"express": "latest",
"lodash": "latest",
"meanio": "latest",
"mongoose": "latest",
"shelljs": "latest",
"swig": "latest",
"view-helpers": "latest"
},
"devDependencies": {
"karma": "*",
"mocha": "*",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment