-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 920 Bytes
/
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
{
"name": "lambduh-gulp",
"version": "0.1.8",
"description": "Adds zip and upload gulp tasks for a streamlined AWS Lambda workflow",
"main": "index.js",
"dependencies": {
"aws-sdk": "^2.1.23",
"del": "^1.1.1",
"gulp-install": "^0.4.0",
"gulp-util": "^3.0.4",
"gulp-zip": "^3.0.2",
"gulp-rename": "1.2.2",
"run-sequence": "^1.0.2"
},
"peerDependencies": {
"gulp": "^3.8.11"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lambduh/lambduh-gulp.git"
},
"keywords": [
"gulp",
"lambda",
"aws",
"zip",
"upload"
],
"author": "Russell Matney <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lambduh/lambduh-gulp/issues"
},
"homepage": "https://github.com/lambduh/lambduh-gulp"
}