{
  "name": "ng2-order-pipe",
  "version": "0.1.5",
  "description": "Angular2 order pipe, order collection by a field",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "ngc -p tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/VadimDez/ng2-order-pipe.git"
  },
  "keywords": [
    "angular2",
    "order",
    "pipe",
    "sort",
    "filter"
  ],
  "author": "Vadym Yatsyuk <vadym.yatsyuk@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/VadimDez/ng2-order-pipe/issues"
  },
  "homepage": "https://github.com/VadimDez/ng2-order-pipe#readme",
  "peerDependencies": {
    "@angular/core": ">=2.0.0"
  },
  "dependencies": {
    "typings": "^2.0.0"
  },
  "devDependencies": {
    "@angular/common": "^2.4.4",
    "@angular/compiler": "^2.4.4",
    "@angular/compiler-cli": "^2.4.4",
    "@angular/core": "^2.4.4",
    "@types/core-js": "^0.9.35",
    "@types/jasmine": "^2.5.41",
    "@types/node": "^7.0.0",
    "@types/phantom": "^3.2.0",
    "@types/protractor": "^4.0.0",
    "@types/selenium-webdriver": "^2.53.39",
    "@types/systemjs": "^0.19.33",
    "protractor": "^5.0.0",
    "rxjs": "^5.0.3",
    "typescript": "^2.1.5",
    "zone.js": "^0.7.6"
  }
}
