{
  "name": "ng2-page-scroll",
  "version": "4.0.0-beta.12",
  "description": "Animated scrolling functionality for angular written in pure typescript",
  "scripts": {
    "compile": "npm run lint:code && ngc -p tsconfig-build.json --pretty",
    "compile:tsc": "npm run lint && tsc -p tsconfig.json --noUnusedLocals --pretty",
    "bundle:create": "npm run bundle:clean && npm run rollup && npm run rollup:min",
    "bundle:clean": "rimraf bundles",
    "demo": "npm install && npm run demo:clean && npm run demo:start",
    "demo:clean": "cd demo/ && npm uninstall ng2-page-scroll && npm install",
    "demo:start": "cd demo/ && npm start",
    "lint": "npm run lint:code && npm run lint:test",
    "lint:code": "tslint ./src/**/*.ts -t verbose --exclude ./src/**/*.d.ts",
    "lint:test": "tslint ./test/**/*.ts -t verbose --exclude ./test/**/*.d.ts",
    "prepublish": "npm run compile && npm run bundle:create",
    "pretest": "npm run compile:tsc",
    "rollup": "rollup -c rollup.conf.js",
    "rollup:min": "rollup -c rollup-uglify.conf.js",
    "test": "protractor protractor.conf.js",
    "webdriver:init": "webdriver-manager update"
  },
  "main": "bundles/ng2-page-scroll.umd.js",
  "module": "ng2-page-scroll.js",
  "typings": "ng2-page-scroll.d.ts",
  "keywords": [
    "angular2",
    "angularjs",
    "page",
    "scroll",
    "pagescroll",
    "animate",
    "move",
    "scrollto",
    "anchor"
  ],
  "author": "Sebastian Fuss <sebastian.fuss@googlemail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Nolanus/ng2-page-scroll.git"
  },
  "bugs": {
    "url": "https://github.com/Nolanus/ng2-page-scroll/issues"
  },
  "homepage": "https://github.com/Nolanus/ng2-page-scroll#readme",
  "peerDependencies": {
    "@angular/core": ">=4.2.6 <5.0.0",
    "@angular/common": ">=4.2.6 <5.0.0",
    "@angular/platform-browser": ">=4.2.6 <5.0.0",
    "@angular/router": ">=4.2.6 <5.0.0"
  },
  "devDependencies": {
    "@angular/animations": "^4.3.0",
    "@angular/common": "^4.3.0",
    "@angular/compiler": "^4.3.0",
    "@angular/compiler-cli": "^4.3.0",
    "@angular/core": "^4.3.0",
    "@angular/platform-browser": "^4.3.0",
    "@angular/platform-server": "^4.3.0",
    "@angular/router": "^4.3.0",
    "@types/jasmine": "^2.5.53",
    "codelyzer": "~3.2.2",
    "jasmine-core": "~2.8.0",
    "jasmine-spec-reporter": "~4.2.1",
    "protractor": "~5.2.0",
    "rimraf": "^2.6.1",
    "rollup": "~0.50.0",
    "rollup-plugin-uglify": "^2.0.1",
    "rxjs": "^5.4.2",
    "tslint": "^5.5.0",
    "typescript": "~2.4.1",
    "zone.js": "^0.8.14"
  }
}
