package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "bmaplib.markerclusterer",
  3. "version": "1.0.13",
  4. "description": "A library of Baidu Map JS API",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "rollup -c"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/Dafrok/BMapLib.MarkerClusterer.git"
  12. },
  13. "keywords": [
  14. "baidu",
  15. "baidu-map",
  16. "marker cluster",
  17. "marker",
  18. "cluster"
  19. ],
  20. "author": "",
  21. "license": "MIT",
  22. "bugs": {
  23. "url": "https://github.com/Dafrok/BMapLib.MarkerClusterer/issues"
  24. },
  25. "homepage": "https://github.com/Dafrok/BMapLib.MarkerClusterer#readme",
  26. "devDependencies": {
  27. "babel": "^6.5.2",
  28. "babel-core": "^6.9.0",
  29. "babel-plugin-external-helpers": "^6.22.0",
  30. "babel-preset-es2015-rollup": "^1.1.1",
  31. "babel-runtime": "^6.26.0",
  32. "rollup": "^0.49.3",
  33. "rollup-plugin-babel": "^2.4.0",
  34. "rollup-plugin-commonjs": "^2.2.1",
  35. "rollup-plugin-node-resolve": "^1.5.0",
  36. "rollup-plugin-replace": "^1.2.1"
  37. },
  38. "dependencies": {
  39. "bmaplib.texticonoverlay": "^1.0.2"
  40. },
  41. "__npminstall_done": "Thu Dec 24 2020 20:20:28 GMT+0800 (CST)",
  42. "_from": "bmaplib.markerclusterer@1.0.13",
  43. "_resolved": "https://registry.npm.taobao.org/bmaplib.markerclusterer/download/bmaplib.markerclusterer-1.0.13.tgz"
  44. }