{
  "name": "@ngtools/webpack",
  "version": "1.2.4",
  "description": "Webpack plugin that AoT compiles your Angular components and modules.",
  "main": "./src/index.js",
  "typings": "src/index.d.ts",
  "license": "MIT",
  "keywords": [
    "angular",
    "webpack",
    "plugin",
    "aot"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/angular/angular-cli.git"
  },
  "author": "angular",
  "bugs": {
    "url": "https://github.com/angular/angular-cli/issues"
  },
  "homepage": "https://github.com/angular/angular-cli/tree/master/packages/webpack",
  "engines": {
    "node": ">= 4.1.0",
    "npm": ">= 3.0.0"
  },
  "dependencies": {
    "enhanced-resolve": "^2.3.0",
    "loader-utils": "^0.2.16",
    "magic-string": "^0.16.0",
    "source-map": "^0.5.6"
  },
  "peerDependencies": {
    "@angular/compiler": "^2.3.1",
    "@angular/compiler-cli": "^2.3.1",
    "@angular/core": "^2.3.1",
    "@angular/tsc-wrapped": "^0.5.0",
    "typescript": "^2.0.2",
    "reflect-metadata": "^0.1.8",
    "webpack": "2.2.0"
  }
}
