Skip to content

Instantly share code, notes, and snippets.

@markthethomas
Created November 1, 2015 23:33
Show Gist options
  • Save markthethomas/1c734617cdbbe9bde1a8 to your computer and use it in GitHub Desktop.
Save markthethomas/1c734617cdbbe9bde1a8 to your computer and use it in GitHub Desktop.
Npm Favorites
{
"global": {
"devDependencies": {
"babel": "^6.0.14",
"eslint": "^1.8.0",
"mocha": "^2.3.3",
"pm2": "^0.15.8",
"bluebird": "^3.0.5"
},
"dependencies": {
"commander": "^2.9.0"
}
},
"project": {
"devDependencies": {
"babel": "^6.0.14",
"eslint": "^1.8.0",
"mocha": "^2.3.3",
"lodash": "^3.10.1"
},
"dependencies": {
"commander": "^2.9.0"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment