goon
Version:
A wrapper for running binaries on Google Cloud Functions
44 lines (43 loc) • 895 B
JSON
{
"author": {
"name": "Abraham Haskins",
"email": "abeisgreat@abeisgreat.com"
},
"bugs": {
"url": "https://github.com/abehaskins/Goon/issues"
},
"description": "A wrapper for running binaries on Google Cloud Functions",
"devDependencies": {
"chai": "^3.5.0"
},
"homepage": "https://github.com/abehaskins/Goon#readme",
"keywords": [
"gcf",
"google",
"cloud",
"function",
"golang"
],
"license": "ISC",
"main": "index.js",
"maintainers": [
{
"name": "abeisgreat",
"email": "abeisgreat@abeisgreat.com"
}
],
"name": "goon",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/abehaskins/Goon.git"
},
"scripts": {
"test": "node tests"
},
"version": "0.4.0",
"dependencies": {
"express": "^4.15.2"
}
}