{
  "name": "ngresizable",
  "version": "1.0.1",
  "description": "Simple, tree-shakable, AoT, Universal and Web Worker friendly resizable component for Angular (2 and beyond).",
  "main": "ngresizable.bundle.js",
  "jsnext:main": "ngresizable.module.js",
  "module": "ngresizable.module.js",
  "types": "ngresizable.module.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mgechev/ngresizable.git"
  },
  "keywords": [
    "resize",
    "angular",
    "resizable"
  ],
  "author": "Minko Gechev <mgechev@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mgechev/ngresizable/issues"
  },
  "homepage": "https://github.com/mgechev/ngresizable#readme",
  "peerDependencies": {
    "@angular/core": ">=4.0.0"
  }
}