{
  "name": "ng4-packagr",
  "version": "1.7.4",
  "description": "Compile and package a TypeScript library to Angular Package Format",
  "keywords": [
    "angular",
    "angular2",
    "angular4",
    "angular-library",
    "angular-components",
    "component-library",
    "typescript",
    "css",
    "scss",
    "html"
  ],
  "author": "David Herges <david@spektrakel.de>",
  "license": "MIT",
  "repository": "https://github.com/dherges/ng-packagr.git",
  "homepage": "https://github.com/dherges/ng-packagr",
  "bugs": {
    "url": "https://github.com/dherges/ng-packagr/issues"
  },
  "bin": {
    "ng-packagr": "./cli/main.js"
  },
  "dependencies": {
    "@angular/tsc-wrapped": "^4.4.5",
    "@ngtools/json-schema": "^1.1.0",
    "autoprefixer": "^7.1.1",
    "browserslist": "^2.1.5",
    "commander": "^2.11.0",
    "cpx": "^1.5.0",
    "fs-extra": "^4.0.2",
    "glob": "^7.1.2",
    "gulp-inline-ng2-template": "^4.0.0",
    "less": "^2.7.2",
    "lodash": "^4.17.4",
    "node-sass": "^4.5.3",
    "postcss": "^6.0.2",
    "read-file": "^0.2.0",
    "rimraf": "^2.6.1",
    "rollup": "^0.51.0",
    "rollup-plugin-commonjs": "^8.2.1",
    "rollup-plugin-node-resolve": "^3.0.0",
    "sorcery": "^0.10.0",
    "stylus": "^0.54.5",
    "ts-node": "^3.0.4",
    "uglify-js": "3.3.18",
    "vinyl-fs": "^2.4.4"
  },
  "peerDependencies": {
    "typescript": "^2.3.4"
  }
}