Shows Maps with markers which contains descriptions with links to cleverroute main-page
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

68 lines
1.9 KiB

4 years ago
{
"name": "@googlemaps/markerwithlabel",
"version": "1.0.3",
4 years ago
"keywords": [
"label",
"google",
"maps",
"marker"
],
"homepage": "https://github.com/googlemaps/js-markerwithlabel",
"bugs": {
"url": "https://github.com/googlemaps/js-markerwithlabel/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/googlemaps/js-markerwithlabel.git"
},
"license": "Apache-2.0",
"author": "Justin Poehnelt",
"files": [
4 years ago
"dist/*"
4 years ago
],
"main": "dist/index.umd.js",
"unpkg": "dist/index.min.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"scripts": {
"docs": "typedoc",
"format": "prettier *.json *.js e2e/* examples/*.html --write && eslint src/* --fix",
"lint": "eslint src/*",
"prepare": "rollup -c",
"test": "jest src/*",
4 years ago
"test:e2e": "jest --passWithNoTests e2e/*"
},
"devDependencies": {
"@babel/preset-env": "^7.12.1",
"@babel/runtime-corejs3": "^7.12.5",
4 years ago
"@googlemaps/jest-mocks": "^0.1.0",
"@types/googlemaps": "^3.40.3",
"@types/jest": "^26.0.15",
4 years ago
"@types/selenium-webdriver": "^4.0.9",
"@typescript-eslint/eslint-plugin": ">=4.6.0",
"@typescript-eslint/parser": ">=4.4.1",
"chromedriver": "^86.0.0",
4 years ago
"core-js": "^3.6.5",
"eslint": "^7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-jest": "^24.1.3",
4 years ago
"eslint-plugin-prettier": "^3.1.4",
"geckodriver": "^1.20.0",
"jest": "^26.6.1",
4 years ago
"prettier": "^2.1.1",
"rollup": "^2.33.2",
4 years ago
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.29.0",
4 years ago
"selenium-webdriver": "^4.0.0-alpha.7",
"ts-jest": "^26.4.4",
4 years ago
"typedoc": "^0.19.1",
"typescript": "^4.0.5"
4 years ago
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}