Created
June 5, 2018 18:48
-
-
Save thoughtspeed7/f315048dcdd7f1b82a6c4f125cdd79a9 to your computer and use it in GitHub Desktop.
Node, Python and Go in a single Google App Engine project!
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": "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