Skip to content

Instantly share code, notes, and snippets.

@creynders
Last active September 8, 2016 12:29
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 creynders/31c7a33691dd21f6aad666ec3afdd2c7 to your computer and use it in GitHub Desktop.
Save creynders/31c7a33691dd21f6aad666ec3afdd2c7 to your computer and use it in GitHub Desktop.
Grouped dependencies
{
"dependencies": {
"base": {
"bluebird": "3.4.0",
"lodash": "4.5.0",
"microtime": "2.1.1",
"uuid": "2.0.1"
},
"production": {
"pm2": "1.1.3"
},
"development":{
"eslint": "2.11.1",
"eslint-config-prototypers": "0.2.0",
"nodemon": "1.10.2"
},
"testing:local": {
"mocha": "2.4.5",
"must": "0.13.1",
"sinon": "1.17.3",
"supertest": "1.1.0"
},
"testing:remote": {
"nightwatch": "0.8.18"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment