UNPKG

@ioniczoo/starfish-rating-component

Version:

Rating Component for Ionic: Our bright starfish will help you carry out rating. Our Starfish is a Rating Component.

63 lines (62 loc) 1.57 kB
{ "name": "@ioniczoo/starfish-rating-component", "version": "0.0.18", "description": "Rating Component for Ionic: Our bright starfish will help you carry out rating. Our Starfish is a Rating Component.", "main": "index.js", "module": "index.js", "typings": "index.d.ts", "scripts": { "build": "tsc --noStrictGenericChecks", "prepare": "npm run build", "test": "echo \"Error: no test specified\" && exit 1", "postversion": "git push --follow-tags", "publish": "npm publish --access=public", "minify": "babel index.js -o index.js --compact --no-comments --minified", "clear": "rm -rf index.js index.js.map package-lock.json index.d.ts ./node_modules" }, "repository": { "type": "git", "url": "git+https://gitlab.com/IonicZoo/starfish-rating-component.git" }, "keywords": [ "ionic", "ionic2", "ionic3", "ionic4", "provider", "typescript", "angular", "service", "rest", "restful", "http", "request", "url", "api", "app", "ioniczoo" ], "author": { "name": "André Argôlo" }, "license": "SEE LICENSE IN GNU GPLv3", "bugs": { "url": "https://gitlab.com/IonicZoo/starfish-rating-component/issues" }, "homepage": "https://ioniczoo.gitlab.io", "ngPackage": { "lib": { "entryFile": "index.ts" } }, "devDependencies": { "typescript": "^2.4.2" }, "dependencies": { "@angular/core": "^5.2.11", "@angular/forms": "^5.2.11", "babel-cli": "^6.26.0", "rxjs": "^5.5.11", "zone.js": "^0.8.26" } }