Skip to content

Instantly share code, notes, and snippets.

@eggsy84
Created August 27, 2018 14:48
Show Gist options
  • Save eggsy84/f5b189cf44da8fec9f56a9202a477f52 to your computer and use it in GitHub Desktop.
Save eggsy84/f5b189cf44da8fec9f56a9202a477f52 to your computer and use it in GitHub Desktop.
gcp-build-package.json
{
"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