mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
15 lines
295 B
JSON
15 lines
295 B
JSON
{
|
|
"name": "google-nodejs",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "serverless.com",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"serverless-google-cloudfunctions": "*"
|
|
}
|
|
}
|