{
  "name": "@ioniczoo/pigeon-restful-provider",
  "version": "1.0.0",
  "description": "HTTP Service Provider for Ionic: Our skillful mail pigeon will help you carry out REST requests. Our Pigeon is a RESTful Provider.",
  "main": "index.js",
  "module": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "build": "tsc --noStrictGenericChecks",
    "prepare": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "postversion": "git push --follow-tags",
    "publish": "npm publish --access=public",
    "minify": "babel index.js -o index.js --compact --no-comments --minified",
    "clear": "rm -rf index.js index.js.map package-lock.json index.d.ts ./node_modules"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/IonicZoo/pigeon-restful-provider.git"
  },
  "keywords": [
    "ionic",
    "ionic2",
    "ionic3",
    "ionic4",
    "provider",
    "typescript",
    "angular",
    "service",
    "rest",
    "restful",
    "http",
    "request",
    "url",
    "api",
    "app",
    "ioniczoo"
  ],
  "author": {
    "name": "André Argôlo"
  },
  "license": "SEE LICENSE IN GNU GPLv3",
  "bugs": {
    "url": "https://gitlab.com/IonicZoo/pigeon-restful-provider/issues"
  },
  "homepage": "https://ioniczoo.gitlab.io",
  "ngPackage": {
    "lib": {
      "entryFile": "index.ts"
    }
  },
  "devDependencies": {
    "typescript": "^2.4.2"
  },
  "dependencies": {
    "@angular/common": "^5.2.11",
    "@angular/core": "^5.2.11",
    "@angular/forms": "^5.2.11",
    "@angular/http": "^5.2.11",
    "@angular/platform-browser": "^5.2.11",
    "babel-cli": "^6.26.0",
    "ionic-angular": "^3.9.2",
    "rxjs": "^5.5.11",
    "zone.js": "^0.8.26"
  }
}
