{
  "name": "angular2paging",
  "version": "0.0.16",
  "scripts": {
    "build": "ngc -p tsconfig.json",
    "lint": "tslint --type-check --project tsconfig.json src/**/*.ts",
    "test": "tsc && karma start",
    "prepublish": "tsc",
    "tsc": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "https://ceuben.visualstudio.com/_git/NPM-packages/angular2paging"
  },
  "author": {
    "name": "Benjamin Ceustermans",
    "email": "benjamin.ceustermans@gmail.com"
  },
  "keywords": [
    "angular"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://ceuben.visualstudio.com/_git/NPM-packages/angular2paging/issues"
  },
  "main": "./dist/index.js",
  "dependencies": {
    "typescript": "^2.2.1"
  },
  "devDependencies": {
    "@angular/common": "^2.4.10",
    "@angular/compiler": "^2.4.10",
    "@angular/compiler-cli": "2.4.10",
    "@angular/core": "^2.4.10",
    "@angular/platform-browser": "2.4.10",
    "@angular/platform-server": "^2.4.10",
    "@angular/http": "2.4.10",
    "codelyzer": "^3.0.0-beta.0",
    "rxjs": "5.2.0",
    "tslint": "4.5.1",
    "typescript": "^2.2.1",
    "zone.js": "^0.7.2",
    "@types/es6-shim": "0.31.32",
    "@types/jasmine": "2.5.46",
    "@types/selenium-webdriver": "^2.53.39"
  },
  "engines": {
    "node": ">=0.8.0"
  }
}
