{
  "name": "hive-common",
  "version": "1.3.0",
  "description": "Common library used in all Hive projects",
  "main": "bundles/index.umd.js",
  "module": "lib/index.js",
  "typings": "lib/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/jmy-dev/hive-common.git"
  },
  "keywords": [
    "hive",
    "common"
  ],
  "author": "Ygor Azevedo <ygordanniel@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/jmy-dev/hive-common/issues"
  },
  "homepage": "https://gitlab.com/jmy-dev/hive-common#README",
  "dependencies": {
    "@angular/common": "^5.2.10",
    "@angular/core": "5.2.10",
    "@angular/forms": "^5.2.10",
    "firebase": "4.13.1",
    "ionic-angular": "3.9.2",
    "rxjs": "^5.5.10"
  },
  "devDependencies": {
    "@angular/compiler": "^5.2.10",
    "@angular/compiler-cli": "^5.2.10",
    "rollup": "^0.64.1",
    "typescript": "^2.6.2",
    "uglify-js": "^3.4.6"
  }
}
