{
    "name": "101pack",
    "version": "0.8.0-0",
    "description": "Componente de Login Generico do ONS",
    "main": "./dist/index.js",
    "typings": "./dist/index.d.ts",
    "files": [
        "dist"
    ],
    "scripts": {
        "ngc": "./node_modules/.bin/ngc",
        "build": "rd /S /Q dist && npm run ngc",
        "build-ios": "rm -rf dist && npm run ngc",
        "pub": "npm run build && npm publish",
        "publishbrq": "npm version minor && npm publish --registry http://10.2.1.127:4873"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Riderxyz/testeComponente.git"
    },
    "keywords": [],
    "author": "BRQ",
    "license": "MIT",
    "homepage": "https://brq.com",
    "devDependencies": {
        "@angular/common": "5.0.3",
        "@angular/compiler": "5.0.3",
        "@angular/compiler-cli": "5.0.3",
        "@angular/core": "5.0.3",
        "@angular/forms": "^5.2.7",
        "@angular/platform-browser": "5.0.3",
        "@angular/platform-browser-dynamic": "5.0.3",
        "@types/node": "^9.4.6",
        "@auth0/angular-jwt": "^1.0.0-beta.9",
        "ionic-angular": "3.9.2",
        "ngc-webpack": "^4.1.2",
        "rxjs": "5.5.2",
        "typescript": "2.6.2",
        "zone.js": "0.8.18",
        "jwt-decode": "^2.2.0"
    }
}