-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.17 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
{
"name": "slush-aws-lambda",
"description": "A slush generator to scaffold an AWS Lambda function package and upload it to AWS.",
"version": "3.3.1",
"homepage": "https://github.com/giowe/slush-aws-lambda",
"author": "Giovanni Bruno <[email protected]>",
"contributors": [
{
"name": "Giovanni Bruno",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/giowe/slush-aws-lambda.git"
},
"bugs": {
"url": "https://github.com/giowe/slush-aws-lambda/issues"
},
"main": "slushfile.js",
"engines": {
"node": ">= 4.6.0",
"npm": ">= 3.0.0"
},
"scripts": {
"test": ""
},
"dependencies": {
"cli-color": "^1.3.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-install": "^1.1.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"inquirer": "6.2.0",
"moment": "^2.22.2",
"simple-argv": "^1.0.0"
},
"keywords": [
"slushgenerator",
"aws",
"lambda",
"serverless"
],
"license": "MIT",
"devDependencies": {
"@soluzioni-futura/eslint-config-soluzioni-futura": "^1.0.1",
"eslint": "^5.5.0"
}
}