{
  "name": "@ultimate/aot-loader",
  "version": "0.1.16",
  "description": "AoT loader for Webpack",
  "main": "bundle/ultimate.aot.umd.js",
  "module": "index.js",
  "types": "index.d.ts",
  "author": "Ultimate Angular",
  "license": "MIT",
  "repository": {
    "url": "https://github.com/UltimateAngular/aot-loader.git",
    "type": "git"
  },
  "peerDependencies": {
    "@angular/compiler": "^2.3.1 || >=4.0.0-beta <5.0.0",
    "@angular/compiler-cli": "^2.3.1 || >=4.0.0-beta <5.0.0",
    "@angular/core": "^2.3.1 || >=4.0.0-beta <5.0.0",
    "typescript": "^2.0.2",
    "webpack": "^2.2.0"
  },
  "dependencies": {
    "magic-string": "0.19.0",
    "source-map": "0.5.6"
  }
}
