{
  "name": "@flaper/angular",
  "version": "0.8.14",
  "description": "Angular2 Flaper lib: services, models, etc",
  "main": "./src/index.ts",
  "typings": "./dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "test": "tslint *.ts && tsc",
    "prepublish": "tsc",
    "presync": "tsc",
    "sync": "cp -Rf dist/ src/ ../web/node_modules/@flaper/angular/ && cp -Rf dist/ src/ ../admin/node_modules/@flaper/angular/"
  },
  "keywords": [
    "angular2",
    "flaper"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/flaper/angular.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/flaper/angular"
  },
  "homepage": "https://github.com/flaper/angular",
  "dependencies": {
    "@angular/common": "2.0.0",
    "@angular/core": "2.0.0",
    "@angular/http": "2.0.0",
    "@angular/platform-browser": "2.0.0",
    "@angular/platform-browser-dynamic": "2.0.0",
    "@angular/router": "3.0.0",
    "es6-promise": "^3.2.1",
    "es6-shim": "^0.35.1",
    "lodash": "^4.12.0",
    "rxjs": "5.0.0-beta.12",
    "zone.js": "~0.6.17"
  },
  "devDependencies": {
    "@types/hammerjs": "^2.0.33",
    "@types/jasmine": "^2.2.34",
    "@types/node": "^6.0.38",
    "@types/source-map": "^0.1.27",
    "@types/uglify-js": "^2.0.27",
    "@types/webpack": "^1.12.34"
  }
}
