{
  "name": "ng2-log-service",
  "version": "1.0.3",
  "description": "Logging Service for Angular 2",
  "repository": {
    "type": "git",
    "url": "https://github.com/unisoftapps/ng2-log-service.git"
  },
  "keywords": [
    "angular",
    "angular2",
    "log",
    "log service",
    "logging",
    "log module",
    "log4net"
  ],
  "author": "unisoftapps",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/unisoftapps/ng2-log-service/issues"
  },
  "homepage": "https://github.com/unisoftapps/ng2-log-service",
  "main": "dist/ng2-log-service.js",
  "typings": "dist/ng2-log-service.d.ts",
  "scripts": {
    "test": "node ./node_modules/karma/bin/karma start --single-run",
    "test-watch": "node ./node_modules/karma/bin/karma start",
    "tsc": "npm run aot",
    "aot": "./node_modules/.bin/ngc -p tsconfig-aot.json",
    "prepublish": "npm run aot"
  },
  "peerDependencies": {
    "@angular/core": "^2.0.0"
  },
  "devDependencies": {
    "@angular/common": "^2.0.0",
    "@angular/compiler": "^2.0.0",
    "@angular/compiler-cli": "^2.4.9",
    "@angular/core": "^2.0.0",
    "@angular/platform-browser": "^2.0.0",
    "@angular/platform-browser-dynamic": "^2.0.0",
    "@angular/platform-server": "^2.4.9",
    "core-js": "^2.4.1",
    "jasmine-core": "^2.5.2",
    "karma": "^1.3.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-jasmine": "^1.0.2",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-typescript": "^2.1.5",
    "phantomjs-prebuilt": "^2.1.14",
    "rxjs": "5.0.0-beta.12",
    "typescript": "^2.1.0",
    "zone.js": "^0.6.26"
  },
  "dependencies": {}
}
