-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 871 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
{
"name": "jeffjs",
"version": "1.3.0",
"description": "Generate scaffold serverless Node.js applications and deploy to AWS Lambda, S3 and Cloudfront",
"main": "index.js",
"bin": {
"jeff": "./bin/jeff.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"serverless",
"scaffold",
"generator",
"api",
"s3",
"microservices",
"lambda"
],
"author": "Alexander Simovic <alexander.simovic@gmail.com>",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.132.0",
"colors": "^1.1.2",
"minimist": "^1.2.0",
"shelljs": "^0.7.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simalexan/jeffjs.git"
},
"bugs": {
"url": "https://github.com/simalexan/jeffjs/issues"
},
"homepage": "https://github.com/simalexan/jeffjs#readme"
}