{
  "name": "flaper",
  "version": "0.3.2",
  "description": "Typescript package with Flaper services and models",
  "main": "./dist/index.js",
  "typings": "./dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "install_typings": "typings install",
    "test": "tslint *.ts && typings install && tsc",
    "prepublish": "typings install && tsc"
  },
  "keywords": [
    "angular2",
    "flaper"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flaper/flaper.core.api.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/flaper"
  },
  "homepage": "https://github.com/flaper",
  "dependencies": {
    "@angular/core": "2.0.0-rc.1",
    "@angular/http": "2.0.0-rc.1",
    "es6-promise": "^3.2.1",
    "es6-shim": "^0.35.1",
    "lodash": "^4.12.0",
    "rxjs": "5.0.0-beta.6",
    "zone.js": "~0.6.12"
  },
  "devDependencies": {
    "typescript": "^1.8.10"
  }
}
