{
  "version": "1.0.2",
  "name": "angular7-material-table",
  "description": "Angular 7 table based on @angular/material table structure, to allow row insertion, edition, validation and deletion.",
  "keywords": [
    "angular 7",
    "material table",
    "inline insertion edition deletion"
  ],
  "scripts": {
    "transpile": "ngc",
    "package": "rollup -c",
    "minify": "uglifyjs dist/bundles/angular4-material-table.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/angular4-material-table.umd.min.js",
    "build": "npm run transpile && npm run package && npm run minify"
  },
  "dependencies": {
    "@angular/animations": "~7.2.0",
    "@angular/cdk": "~7.3.7",
    "@angular/common": "~7.2.0",   
    "@angular/core": "~7.2.0",
    "@angular/forms": "~7.2.0",
    "@angular/material": "^7.3.7",     
    "core-js": "^2.5.4",
    "hammerjs": "^2.0.8",
    "rxjs": "~6.3.3",
    "tslib": "^1.9.0",
    "zone.js": "~0.8.26",
    "lodash.clonedeep": "^4.5.0"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "~0.13.0",
    "@angular/cli": "~7.3.9",
    "@angular/compiler-cli": "~7.2.0",
    "@angular/language-service": "~7.2.0",
    "@types/node": "~8.9.4",
    "@types/jasmine": "~2.8.8",
    "@types/jasminewd2": "~2.0.3",
    "codelyzer": "~4.5.0",
    "jasmine-core": "~2.99.1",
    "jasmine-spec-reporter": "~4.2.1",
    "karma": "~4.0.0",
    "karma-chrome-launcher": "~2.2.0",
    "karma-coverage-istanbul-reporter": "~2.0.1",
    "karma-jasmine": "~1.1.2",
    "karma-jasmine-html-reporter": "^0.2.2",
    "protractor": "~5.4.0",
    "ts-node": "~7.0.0",
    "tslint": "~5.11.0",
    "typescript": "~3.2.2",
    "rollup": "^0.60.2",
    "uglify-js": "^3.4.0"
  },
  "main": "bundles/angular4-material-table.umd.js",
  "module": "index.js",
  "typings": "index.d.ts",
  "author": "Guang Zheng <zgofmontreal@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/infofromca/angular4-material-table.git"
  },
  "homepage": "https://github.com/infofromca/angular4-material-table",
  "bugs": {
    "url": "https://github.com/infofromca/angular4-material-table/issues"
  }
}
