{
  "name": "@square-one/model-decorators",
  "version": "1.0.9",
  "description": "Model decorators that will allow for typescript classes to be built as models for ORM's and also be used within MVVM's like Angular 2 to build out custom elements.",
  "main": "index.js",
  "typings": "index",
  "repository": {
    "type": "git",
    "url": "https://github.com/tspayne87/square-one.git"
  },
  "author": "Terry Payne",
  "license": "MIT",
  "dependencies": {
    "@angular/common": "^4.0.1",
    "@angular/compiler": "^4.0.1",
    "@angular/core": "^4.0.1",
    "@angular/forms": "^4.0.1",
    "@angular/platform-browser": "^4.0.1",
    "mongoose": "^4.7.6",
    "reflect-metadata": "^0.1.9",
    "rxjs": "^5.0.3",
    "zone.js": "^0.8.4"
  }
}