Created
December 9, 2016 16:51
-
-
Save iambryancs/868e6c0e85a389e9b0103e6335d31467 to your computer and use it in GitHub Desktop.
Sample package.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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