{
  "name": "@samatli/ngx-accordion",
  "version": "1.0.3",
  "description": "Simple accordion control for your angular applications using bootstrap.",
  "license": "MIT",
  "private": false,
  "author": "Umed Khudoiberdiev <pleerock.me@gmail.com>",
  "contributors": [
    "Samatli Inc <support@samatli.com> (http://www.samatli.com/hydra/index.htm)"
  ],
  "main": "index.js",
  "scripts": {
    "prestart": "typings install",
    "start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
    "lite": "lite-server -c bs-config.json",
    "tsc": "tsc",
    "tsc:w": "tsc -w"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/samatli/ngx-accordion.git"
  },
  "bugs": {
    "url": "https://github.com/samatli/ngx-accordion/issues"
  },
  "tags": [
    "accordion",
    "angular",
    "typescript",
    "angular-accordion"
  ],
  "devDependencies": {
    "@angular/common": "^13.1.1",
    "@angular/compiler": "^13.1.1",
    "@angular/compiler-cli": "^13.1.1",
    "@angular/core": "^13.1.1",
    "@angular/forms": "^13.1.1",
    "@angular/platform-browser": "^13.1.1",
    "@angular/platform-browser-dynamic": "^13.1.1",
    "@types/node": "^18.11.8",
    "bootstrap": "^5.2.2",
    "chai": "^4.3.6",
    "del": "^7.0.0",
    "es6-shim": "^0.35.6",
    "gulp": "^4.0.2",
    "gulp-file": "^0.4.0",
    "gulp-mocha": "^8.0.0",
    "gulp-rename": "^2.0.0",
    "gulp-replace": "^1.1.3",
    "gulp-shell": "^0.8.0",
    "gulp-tslint": "^8.1.4",
    "gulp-typescript": "^5.0.1",
    "gulp-uglify": "^3.0.2",
    "gulpclass": "^0.2.0",
    "mocha": "^3.2.0",
    "reflect-metadata": "0.1.13",
    "rxjs": "^7.5.7",
    "sinon": "^14.0.1",
    "sinon-chai": "^3.7.0",
    "systemjs": "^6.13.0",
    "tslint": "^6.1.3",
    "tslint-stylish": "^2.1.0",
    "typescript": "^4.8.4",
    "zone.js": "^0.11.8"
  },
  "dependencies": {
    "rxjs-compat": "^6.6.7"
  },
  "homepage": "https://github.com/samatli/ngx-accordion#readme",
  "keywords": [
    "ngx-accordion"
  ]
}
