{
  "name": "@lifeai/la-ngx-library",
  "version": "0.30.0",
  "description": "Sample component library of one awesome development team",
  "keywords": [
    "curiosity",
    "standards"
  ],
  "author": {
    "name": "Pavel Kostenko",
    "url": "https://github.com/LIFEAI"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/LIFEAI/la-ngx-library.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LIFEAI/la-ngx-library/issues"
  },
  "homepage": "https://github.com/LIFEAI/la-ngx-library",
  "main": "./bundles/la-ngx-library.umd.js",
  "module": "./esm5/la-ngx-library.es5.js",
  "es2015": "./esm2015/la-ngx-library.js",
  "typings": "./la-ngx-library.d.ts",
  "peerDependencies": {
    "natives": "^1.1.6",
    "@angular/core": "^6.0.0",
    "@angular/common": "^6.0.0",
    "@angular/forms": "^6.0.0",
    "dotenv": "^8.1.0"
  }
}