This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·61 lines (61 loc) · 1.54 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "serverless-google-cloudfunctions-awesome",
"version": "2.3.3",
"description": "Provider plugin for the Serverless Framework v1.x which adds support for Google Cloud Functions.",
"main": "index.js",
"author": "serverless.com",
"contributors": [
{
"name": "Simon Deshaies",
"url": "https://github.com/pre63"
},
{
"name": "Mark Massoud",
"url": "https://github.com/markmssd"
},
{
"name": "Andres Rodriguez",
"url": "https://github.com/felexx90"
},
{
"name": "David Walsh",
"url": "https://github.com/d-w4lsh"
}
],
"license": "MIT",
"repository": {
"git": "https://github.com/digital-dynamite/serverless-google-cloudfunctions-awesome"
},
"scripts": {
"test": "jest --maxWorkers=5",
"yarn co": "jest --maxWorkers=5 --coverage",
"lint": "eslint . --cache"
},
"homepage": "https://github.com/digital-dynamite/serverless-google-cloudfunctions-awesome",
"keywords": [
"serverless",
"serverless framework",
"serverless applications",
"serverless modules",
"google cloud functions",
"iot",
"internet of things",
"serverless.com"
],
"dependencies": {
"async": "^2.6.3",
"bluebird": "^3.5.5",
"chalk": "^2.4.2",
"fs-extra": "^8.1.0",
"googleapis": "^41.0.1",
"lodash": "^4.17.15"
},
"devDependencies": {
"coveralls": "^3.0.5",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-plugin-import": "^2.18.1",
"jest": "^24.8.0",
"sinon": "^7.3.2"
}
}