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.

84 lines
2.3 KiB

  1. {
  2. "name": "ui-leaflet",
  3. "author": "https://github.com/angular-ui/ui-leaflet/graphs/contributors",
  4. "description": "ui-leaflet - An AngularJS directive to easily interact with Leaflet maps",
  5. "version": "2.0.0",
  6. "homepage": "http://angular-ui.github.io/ui-leaflet/",
  7. "keywords": [
  8. "angularjs",
  9. "javascript",
  10. "directive",
  11. "leaflet",
  12. "angular-ui"
  13. ],
  14. "main": [
  15. "dist/ui-leaflet.js"
  16. ],
  17. "dependencies": {
  18. "angular": "1.x",
  19. "angular-simple-logger": "~0.1.4",
  20. "leaflet": "~0.7.x"
  21. },
  22. "resolutions": {
  23. "angular": "~1.5.x",
  24. "leaflet": "0.7.x"
  25. },
  26. "devDependencies": {
  27. "jquery": "*",
  28. "semantic-ui": "*",
  29. "bootstrap": "*",
  30. "prism": "*",
  31. "angular-route": "1.x",
  32. "angular-animate": "1.x",
  33. "angular-mocks": "1.x",
  34. "leaflet.markercluster": "~0.5.0",
  35. "leaflet.draw": "*",
  36. "Leaflet.label": "*",
  37. "leaflet-tilelayer-geojson": "*",
  38. "Leaflet.utfgrid": "danzel/Leaflet.utfgrid",
  39. "Leaflet.awesome-markers": "*",
  40. "leaflet-providers": "~1.1.5",
  41. "leaflet.vector-markers": "0.0.4",
  42. "webgl-heatmap-leaflet": "*",
  43. "leaflet-plugins": "*",
  44. "esri-leaflet": "~1.0.4",
  45. "proj4": "*",
  46. "font-awesome": "~4.3.x",
  47. "proj4leaflet": "*",
  48. "Leaflet.MakiMarkers": "*",
  49. "Leaflet.heat": "https://github.com/Leaflet/Leaflet.heat/archive/gh-pages.tar.gz",
  50. "Leaflet.ExtraMarkers": "https://github.com/coryasilva/Leaflet.ExtraMarkers/archive/v1.0.1.tar.gz",
  51. "Leaflet.fullscreen": "http://github.com/Leaflet/Leaflet.fullscreen/archive/v0.0.4.tar.gz",
  52. "Leaflet.PolylineDecorator": "bbecquet/Leaflet.PolylineDecorator",
  53. "leaflet-minimap": "~2.2.0",
  54. "esri-leaflet-clustered-feature-layer": "~1.0.x",
  55. "esri-leaflet-heatmap-feature-layer": "~1.0.x",
  56. "leaflet-search": "~1.5.8",
  57. "highlightjs": "~8.8.0",
  58. "angular-highlightjs": "~0.4.3"
  59. },
  60. "ignore": [
  61. "dist/coverage/",
  62. "dist/src/",
  63. "website/",
  64. "**/.*",
  65. "src",
  66. "doc",
  67. "examples",
  68. "test",
  69. "*.md",
  70. "Gruntfile.js",
  71. "package.json",
  72. "dist/coverage/",
  73. "logo.svg"
  74. ],
  75. "_release": "2.0.0",
  76. "_resolution": {
  77. "type": "version",
  78. "tag": "v2.0.0",
  79. "commit": "919b862389ddddc85c197746f3126fd24de0dc42"
  80. },
  81. "_source": "https://github.com/angular-ui/ui-leaflet.git",
  82. "_target": "^2.0.0",
  83. "_originalSource": "ui-leaflet",
  84. "_direct": true
  85. }