{
  "name": "@nodeart/ngfb_sortable_table",
  "version": "0.0.15",
  "description": "Angular Firebase Sortable Table",
  "main": "index.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "create-demo": "ng new demo --style scss --routing true",
    "demo": "cd ./demo && npm i && npm start",
    "prebuild-docs": "cd ./src",
    "build-docs": "compodoc src -p tsconfig.json -d docs --theme postmark -n NGFB-Sortable-Table",
    "preserve-docs" : "npm run build-docs",
    "serve-docs": "compodoc -s -d docs"
  },
  "keywords": [
    "angular",
    "firebase",
    "table"
  ],
  "repository": "https://github.com/NodeArt/Angular-Firebase-Sortable-Table",
  "author": "Ivan Prodaiko",
  "license": "MIT",
  "devDependencies": {
    "@angular/common": "^4.0.2",
    "@angular/core": "^4.0.2",
    "@angular/forms": "^4.0.2",
    "@angular/http": "^4.0.2",
    "@angular/platform-browser": "^4.0.2",
    "@compodoc/compodoc": "^1.0.0-beta.4",
    "rxjs": "^5.3.0",
    "zone.js": "^0.8.5"
  },
  "dependencies": {
    "@angular/material": "^2.0.0-beta.3",
    "lodash.debounce": "^4.0.8",
    "firebase": "^3.8.0"
  }
}
