-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "static-site-hosting",
"version": "0.2.0",
"description": "",
"scripts": {
"test": "./node_modules/.bin/cdk synth -c configPath=domains/sample.yml"
},
"author": "Ethan Smith",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/onebytegone/static-site-hosting.git"
},
"bugs": {
"url": "https://github.com/onebytegone/static-site-hosting/issues"
},
"homepage": "https://github.com/onebytegone/static-site-hosting#readme",
"engines": {
"node": ">=8.10.0",
"npm": "6.4.1"
},
"devDependencies": {
"@commitlint/cli": "7.5.2",
"@commitlint/config-conventional": "7.5.0",
"@commitlint/travis-cli": "7.5.2",
"@silvermine/chai-strictly-equal": "1.1.0",
"@silvermine/eslint-config": "2.2.1",
"@silvermine/typescript-config": "0.9.0",
"@types/chai": "4.1.7",
"@types/js-yaml": "3.12.1",
"@types/mocha": "5.2.5",
"@types/node": "8.10.36",
"@types/sinon": "5.0.5",
"chai": "4.2.0",
"coveralls": "3.0.2",
"cz-conventional-changelog": "2.1.0",
"grunt": "1.0.4",
"grunt-cli": "1.3.1",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "21.0.0",
"grunt-exec": "3.0.0",
"mocha": "5.2.0",
"nyc": "13.3.0",
"sinon": "5.1.1",
"source-map-support": "0.5.9",
"standard-version": "5.0.2",
"ts-node": "7.0.1",
"tslib": "1.9.3",
"typescript": "3.2.2"
},
"dependencies": {
"@aws-cdk/aws-certificatemanager": "1.0.0",
"@aws-cdk/aws-cloudformation": "1.0.0",
"@aws-cdk/aws-cloudfront": "1.0.0",
"@aws-cdk/aws-iam": "1.0.0",
"@aws-cdk/aws-lambda": "1.0.0",
"@aws-cdk/aws-route53": "1.0.0",
"@aws-cdk/aws-route53-targets": "1.0.0",
"@aws-cdk/aws-s3": "1.0.0",
"@aws-cdk/aws-ses": "1.0.0",
"@aws-cdk/aws-sns": "1.0.0",
"@aws-cdk/aws-sns-subscriptions": "1.0.0",
"@aws-cdk/core": "1.0.0",
"aws-cdk": "1.0.0",
"js-yaml": "3.13.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}