{
  "name": "angular-module-starter",
  "version": "1.0.0",
  "description": "Angular Module Starter",
  "main": "bundles/angular-module-starter.umd.js",
  "module": "index.js",
  "typings": "index.d.ts",
  "scripts": {},
  "keywords": [
    "angular"
  ],
  "author": "Bram Borggreve",
  "contributors": [
    "Cyrille Tuzi (https://github.com/cyrilletuzi/angular-async-local-storage)"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/beeman/angular-module-starter.git"
  },
  "homepage": "https://github.com/beeman/angular-module-starter",
  "bugs": {
    "url": "https://github.com/beeman/angular-module-starter/issues"
  },
  "peerDependencies": {
    "@angular/core": "^2.4.0",
    "reflect-metadata": "^0.1.8",
    "rxjs": "^5.0.3",
    "zone.js": "^0.7.2"
  }
}
