-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
49 lines (49 loc) · 1.4 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
{
"name": "ionic-rating-component",
"description": "Highly customizable ionic 6 component to display evaluations or a quick rating operation of something.",
"version": "1.2.2",
"repository": {
"type": "git",
"url": "git+https://github.com/squareetlabs/ionic-rating-component.git"
},
"keywords": [
"ionic6 rating",
"ionic rating",
"rating ionic",
"rating ionic6",
"rating angular9",
"ionic 6 rating",
"ionic6-rating",
"ionic-rating",
"ionic-rating-component",
"ionic6",
"ionic 6 rating"
],
"author": {
"name": "Jacobo Cantorna Cigarrán",
"email": "[email protected]",
"url": "https://squareet.com"
},
"contributors": [{
"name": "Alberto Rial Barreiro",
"email": "[email protected]",
"url": "https://squareet.com"
},
{
"name": "Josue Moreno",
"email": "[email protected]",
"url": "https://seelight.cloud"
}
],
"license": "MIT",
"homepage": "https://github.com/squareetlabs/ionic-rating-component",
"peerDependencies": {
"@angular/common": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14.0.0",
"@ionic/angular": "^5.0.0 || ^6.0.0"
},
"dependencies": {
"tslib": "^2.2.0"
}
}