-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 726 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "flights-microfrontends",
"version": "1.0.0",
"description": "A proof-of-concept for microfrontends for the flight booking application. This demonstrates that two different bundles (`host` and `remote`) can be used together but deployed separately.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skitterm/flights-microfrontends.git"
},
"author": "Steven Kitterman",
"license": "MIT",
"bugs": {
"url": "https://github.com/skitterm/flights-microfrontends/issues"
},
"homepage": "https://github.com/skitterm/flights-microfrontends#readme",
"dependencies": {
"aws-sdk": "^2.714.1"
}
}