{
  "name": "@mbamobi/url-resolver",
  "version": "4.0.0",
  "description": "Configuration routes to object Http of the Angular2",
  "main": "dist/umd/index.js",
  "typings": "dist/esm/index.d.ts",
  "module": "dist/esm/index.js",
  "scripts": {
    "build": "npm run clean && npm run build:umd && npm run build:esm",
    "build:qa": "npm run lint && npm run build",
    "build:esm": "ngc -p tsconfig-esm.json",
    "build:test": "ngc -p tsconfig-test.json",
    "build:umd": "ngc",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "commit": "git-cz",
    "clean": "rimraf ./dist",
    "cover": "nyc report --reporter=lcov npm test",
    "doc": "typedoc --tsconfig tsconfig-esm.json --options typedoc.json src/",
    "gh:release": "node ./scripts/git-release",
    "jasmine": "jasmine JASMINE_CONFIG_PATH=test/jasmine-config.json",
    "lint": "tslint -c ./tslint.json --project ./tsconfig-esm.json",
    "nightly": "npm run build:qa && node ./scripts/publish-nightly",
    "prepush": "npm run lint",
    "package:json": "node ./scripts/package-publish",
    "publishPackage": "npm run build:qa && npm run changelog &&  npm run package:json --prepare && npm publish --access public && npm run package:json --restore",
    "test": "npm run clean && npm run build:test && npm run jasmine"
  },
  "files": [
    "dist/",
    "LICENSE",
    "README.md",
    "CHANGELOG.md"
  ],
  "peerDependencies": {
    "@angular/core": "~5.0.0",
    "@angular/http": "~5.0.0",
    "@mbamobi/configuration": "^4.0.0",
    "typescript": "^2.4.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mbamobi/url-resolver.git"
  },
  "keywords": [
    "ionic",
    "angular",
    "route",
    "url",
    "http",
    "headers",
    "get",
    "post"
  ],
  "author": "Ramon Ornelas <ramon.ornela@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mbamobi/url-resolver/issues"
  },
  "homepage": "https://github.com/mbamobi/url-resolver"
}