Skip to content

Instantly share code, notes, and snippets.

@iambryancs
Created December 9, 2016 16:51
Show Gist options
  • Save iambryancs/868e6c0e85a389e9b0103e6335d31467 to your computer and use it in GitHub Desktop.
Save iambryancs/868e6c0e85a389e9b0103e6335d31467 to your computer and use it in GitHub Desktop.
Sample package.json
{
"name": "git-jenkins-ci-cd",
"description": "git-jenkins-ci-cd test app",
"version": "0.0.1",
"private": true,
"dependencies": {
"express": "3.12.0"
},
"devDependencies": {
"mocha": "1.20.1",
"supertest": "0.13.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment