@ovh-ux/ng-ovh-mondial-relay
Version:
Display a map to select mondial relay
61 lines (60 loc) • 1.86 kB
JSON
{
"name": "@ovh-ux/ng-ovh-mondial-relay",
"version": "8.8.4",
"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": "yarn run dev --watch",
"prepare": "yarn run build",
"start": "lerna exec --stream --scope='@ovh-ux/ng-ovh-mondial-relay' --include-dependencies -- yarn run build",
"start:dev": "lerna exec --stream --scope='@ovh-ux/ng-ovh-mondial-relay' --include-dependencies -- yarn run dev",
"start:watch": "lerna exec --stream --parallel --scope='@ovh-ux/ng-ovh-mondial-relay' --include-dependencies -- yarn run dev:watch"
},
"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.0.2"
},
"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"
}
}