Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit f484af9

Browse files
committed
chore(package): update package.json info and copy license into projects
1 parent 15d0948 commit f484af9

File tree

5 files changed

+76
-1
lines changed

5 files changed

+76
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Material Design component libraries to use in an ionic 4 project
99
# Packages
1010

1111
- [Core](projects/core/README.md)
12+
- [Core](projects/google-maps/README.md)
1213

1314
## Development
1415
This package is under active construction.

projects/core/LICENSE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 Fivethree (Gary Großgarten, Marc Stammerjohann)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

projects/core/package.json

+28-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,39 @@
11
{
22
"name": "@fivethree/core",
33
"version": "0.0.6",
4+
"description": "Fivethree Core Components",
5+
"keywords": [
6+
"fivethree",
7+
"angular",
8+
"ionic",
9+
"framework",
10+
"components",
11+
"ux",
12+
"mobile",
13+
"app",
14+
"webapp",
15+
"pwa"
16+
],
417
"peerDependencies": {
518
"@angular/animations": "^6.1.10",
619
"@angular/common": "^6.1.10",
720
"@angular/core": "^6.1.10",
821
"@angular/forms": "^6.1.10",
922
"@angular/router": "^6.1.10",
1023
"@ionic/angular": "4.0.0-beta.13"
11-
}
24+
},
25+
"author": "Fivethree Team",
26+
"license": "MIT",
27+
"contributors": [
28+
"Gary Großgarten",
29+
"Marc Stammerjohann"
30+
],
31+
"repository": {
32+
"type": "git",
33+
"url": "git+https://github.com/fivethree-team/fivethree.git"
34+
},
35+
"bugs": {
36+
"url": "https://github.com/fivethree-team/fivethree/issues"
37+
},
38+
"homepage": "https://github.com/fivethree-team/fivethree#readme"
1239
}

projects/google-maps/LICENSE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2018 Fivethree (Gary Großgarten, Marc Stammerjohann)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

projects/google-maps/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
"@types/googlemaps": "3.30.15"
2727
},
2828
"author": "Fivethree Team",
29+
"license": "MIT",
30+
"contributors": [
31+
"Gary Großgarten",
32+
"Marc Stammerjohann"
33+
],
2934
"repository": {
3035
"type": "git",
3136
"url": "git+https://github.com/fivethree-team/fivethree.git"

0 commit comments

Comments
 (0)