-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 957 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
40
41
42
43
44
45
46
{
"name": "awsome",
"version": "1.4.0",
"description": "AWS Object Management Environment",
"scripts": {
"test": "savor test",
"coverage": "savor coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/fluidtrends/awsome.git"
},
"keywords": [
"aws",
"s3",
"route53",
"route53Domains",
"static",
"website",
"hosting",
"bucket",
"domain"
],
"engines": {
"node": ">=6.10"
},
"author": "I. Dan Calinescu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fluidtrends/awsome/issues"
},
"homepage": "https://github.com/fluidtrends/awsome",
"dependencies": {
"@aws-amplify/cli": "^4.17.2",
"aws-sdk": "^2.648.0",
"fs-extra": "^5.0.0",
"shortid": "^2.2.15",
"tldjs": "^2.3.1",
"uuid": "^3.4.0",
"walk": "^2.3.14"
},
"devDependencies": {
"cross-env": "^5.2.1",
"savor": "^1.1.2"
}
}