forked from lincond/ionic-rating
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "ionic4-rating",
"version": "1.0.9",
"author": "Lincon Dias",
"description": "A native Ionic 4 rating stars component.",
"homepage": "https://github.com/lincond/ionic-rating",
"repository": {
"type": "git",
"url": "git+https://github.com/lincond/ionic-rating.git"
},
"private": false,
"license": "MIT",
"main": "./dist/index.js",
"files": [
"dist"
],
"scripts": {
"ngc": "ngc",
"build": "rm -rf dist && npm run ngc",
"publishPackage": "npm run build && npm publish"
},
"keywords": [
"Ionic",
"Ionic 4",
"Angular",
"Rating",
"Stars",
"Component"
],
"devDependencies": {
"@angular-devkit/core": "^7.2.1",
"@angular-devkit/schematics": "^7.2.1",
"@angular/common": "^7.2.1",
"@angular/compiler": "^7.2.1",
"@angular/compiler-cli": "^7.2.1",
"@angular/core": "^7.2.1",
"@angular/forms": "^7.2.1",
"@angular/platform-browser": "^7.2.1",
"@angular/platform-browser-dynamic": "^7.2.1",
"@angular/router": "^7.2.1",
"@ionic/angular": "^4.0.1",
"ionicons": "3.0.0",
"rxjs": "^6.4.0",
"typescript": "^3.1.1",
"zone.js": "^0.8.26"
}
}