Skip to content

Instantly share code, notes, and snippets.

@ashleygwilliams
Created September 5, 2018 14:48
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 ashleygwilliams/d3c01749bc71c9944854475ff1ea070e to your computer and use it in GitHub Desktop.
Save ashleygwilliams/d3c01749bc71c9944854475ff1ea070e to your computer and use it in GitHub Desktop.
{
"dependencies": {
"foo" : "1.0.0 - 2.9999.9999",
"bar" : ">=1.0.2 <2.1.2",
"baz" : ">1.0.2 <=2.3.4",
"boo" : "2.0.1",
"qux" : "<1.0.0 || >=2.3.1 <2.4.5 || >=2.5.2 <3.0.0",
"asd" : "http://asdf.com/asdf.tar.gz"
},
"devDependencies": {
"til" : "~1.2",
"elf" : "~1.2.3",
"two" : "2.x",
"thr" : "3.3.x",
"lat" : "latest",
"dyl" : "file:../dyl"
},
"optionalDependencies": {
"express": "expressjs/express",
"mocha": "mochajs/mocha#4727d357ea",
"module": "user/repo#feature\/branch"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment