-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 854 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 854 Bytes
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
{
"name": "lambd",
"version": "0.2.15",
"description": "Create & mantain easily Google Cloud Functiosn and/or AWS Lambdas.",
"main": "src/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fbadiola/lambd.git"
},
"keywords": [
"google",
"cloud",
"functions",
"lambd",
"aws",
"amazon",
"web",
"services",
"lambda",
"lambdas",
"api"
],
"author": "Federico Badiola <fbadiola@outlook.es>",
"license": "ISC",
"bugs": {
"url": "https://github.com/fbadiola/lambd/issues"
},
"homepage": "https://github.com/fbadiola/lambd#readme",
"devDependencies": {
"chai": "^4.1.2",
"lambda-tester": "^3.1.0",
"mocha": "^4.0.1"
},
"dependencies": {
"path-match": "^1.2.4",
"path-to-regexp": "^2.1.0"
}
}