{
  "name": "@ovh-ux/ng-ovh-mondial-relay",
  "version": "8.8.9",
  "description": "Display a map to select mondial relay",
  "keywords": [
    "angularjs",
    "map",
    "mondial",
    "ovh",
    "ovhcloud",
    "relay"
  ],
  "homepage": "https://github.com/ovh/manager/tree/master/packages/components/ng-ovh-mondial-relay#readme",
  "bugs": {
    "url": "https://github.com/ovh/manager/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ovh/manager.git",
    "directory": "packages/components/ng-ovh-mondial-relay"
  },
  "license": "BSD-3-Clause",
  "author": "OVH SAS",
  "type": "module",
  "main": "./dist/cjs/index.js",
  "module": "./dist/esm/index.js",
  "browser": "./dist/umd/ng-ovh-mondial-relay.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c --environment BUILD:production",
    "dev": "rollup -c --environment BUILD:development",
    "dev:watch": "rollup -c --environment BUILD:development --watch",
    "lint": "manager-legacy-lint --kinds tsx,js,css,html,md --continue",
    "lint:fix": "manager-legacy-lint --kinds tsx,js,css,html,md --fix --continue",
    "prepare": "rollup -c --environment BUILD:production"
  },
  "resolutions": {
    "set-value": "^2.0.1"
  },
  "dependencies": {
    "@ovh-ux/ui-kit": "^6.10.5",
    "bootstrap": "~3.4.1",
    "lodash": "^4.17.15",
    "ovh-ui-kit-bs": "^4.2.0"
  },
  "devDependencies": {
    "@ovh-ux/component-rollup-config": "^13.2.0",
    "@ovh-ux/manager-static-analysis-legacy-kit": "^0.1.0"
  },
  "peerDependencies": {
    "@ovh-ux/ng-translate-async-loader": "^2.1.4",
    "angular": "1.6.10",
    "angular-leaflet-directive": "0.8.5",
    "angular-translate": "^2.18.1",
    "leaflet": "0.7.x",
    "ovh-api-services": "^14.0.6"
  }
}
