Skip to content

Instantly share code, notes, and snippets.

@thoughtspeed7
Created June 5, 2018 18:48
Show Gist options
  • Save thoughtspeed7/f315048dcdd7f1b82a6c4f125cdd79a9 to your computer and use it in GitHub Desktop.
Save thoughtspeed7/f315048dcdd7f1b82a6c4f125cdd79a9 to your computer and use it in GitHub Desktop.
Node, Python and Go in a single Google App Engine project!
{
"name": "node",
"version": "1.0.0",
"description": "",
"main": "hello.js",
"scripts": {
"start": "node hello.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Raj Chaudhary",
"license": "ISC",
"dependencies": {
"express": "^4.16.3"
},
"engines": {
"node": ">=8.11.2",
"npm": "5.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment