Created
August 27, 2018 14:48
-
-
Save eggsy84/f5b189cf44da8fec9f56a9202a477f52 to your computer and use it in GitHub Desktop.
gcp-build-package.json
This file contains 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": "gcp-cloud-build", | |
"version": "1.0.0", | |
"description": "", | |
"main": "app.js", | |
"scripts": { | |
"test": "jest", | |
"start": "node app.js" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/clos-consultancy/gcp-cloud-build.git" | |
}, | |
"author": "CLOS Consultancy", | |
"license": "MIT", | |
"bugs": { | |
"url": "https://github.com/clos-consultancy/gcp-cloud-build/issues" | |
}, | |
"homepage": "https://github.com/clos-consultancy/gcp-cloud-build#readme", | |
"devDependencies": { | |
"jest": "^23.5.0" | |
}, | |
"dependencies": { | |
"express": "^4.16.3" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment