forked from ChristianUlbrich/awesome-microfrontends
-
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) · 731 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "awesome-microfrontends",
"version": "0.5.0",
"description": "A curated and hopefully awe-some list about Micro Frontends.",
"keywords": ["awesome", "micro", "micro frontends", "list", "documenation"],
"main": "README.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChristianUlbrich/awesome-microfrontends.git"
},
"files": ["README.md"],
"author": "Christian Ulbrich (christian.ulbrich@zalari.de)",
"license": "PD",
"bugs": {
"url": "https://github.com/ChristianUlbrich/awesome-microfrontends/issues"
},
"homepage": "https://github.com/ChristianUlbrich/awesome-microfrontends#readme"
}