{
  "name": "@tommueller/ngx-widget-grid",
  "version": "2.0.9",
  "description": "An angular 2.0+ module for widget-grids to be used for dashboard",
  "main": "index.js",
  "dependencies": {
    "run-sequence": "^1.2.2",
    "rxjs": "^5.2.0",
    "typescript": "^2.2.0",
    "typings": "^2.1.0",
    "zone.js": "^0.8.4"
  },
  "devDependencies": {
    "@angular/animations": "^5.0.0",
    "@angular/common": "^5.0.0",
    "@angular/compiler": "^5.0.0",
    "@angular/compiler-cli": "^5.0.0",
    "@angular/core": "^5.0.0",
    "@angular/platform-browser": "^5.0.0",
    "@angular/platform-browser-dynamic": "^5.0.0",
    "@angular/platform-server": "^5.0.0",
    "@types/chai": "^3.4.33",
    "@types/core-js": "^0.9.34",
    "@types/jasmine": "^2.5.36",
    "@types/sinon": "^1.16.30",
    "@types/sinon-chai": "^2.7.27",
    "@types/webpack": "^2.2.4",
    "codelyzer": "^3.2.0",
    "core-js": "^2.4.1",
    "del": "^2.2.2",
    "gulp": "^3.9.1",
    "gulp-autoprefixer": "^3.1.1",
    "gulp-inline-ng2-template": "^4.0.0",
    "gulp-preprocess": "^2.0.0",
    "gulp-sass": "^3.1.0",
    "gulp-sourcemaps": "^2.4.1",
    "gulp-typescript": "^3.1.5",
    "gulp-util": "^3.0.8",
    "merge2": "^1.0.3",
    "rollup": "^0.41.5",
    "rollup-plugin-buble": "^0.15.0",
    "run-sequence": "^1.2.2",
    "rxjs": "^5.0.0",
    "tslint": "^4.2.0",
    "typescript": "2.4.2"
  },
  "peerDependencies": {
    "@angular/common": "^5.0.0",
    "@angular/core": "^5.0.0"
  },
  "scripts": {
    "prepublish": "npm run lint && gulp",
    "postversion": "git push && git push --tags",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "tslint -c tslint.json --fix=true --type-check=true 'src/**/*.ts'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/envyN/ngx-widget-grid.git"
  },
  "keywords": [
    "angular",
    "angular2",
    "angular4",
    "widget",
    "widget-grid",
    "grid",
    "ng",
    "ng2",
    "dashboard"
  ],
  "author": "Naveen Adarsh",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/envyN/ngx-widget-grid/issues"
  },
  "typings": "./index.d.ts",
  "homepage": "https://github.com/envyN/ngx-widget-grid#readme"
}
