.bower.json 659 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "ngmap",
  3. "version": "1.4.2",
  4. "main": "./build/scripts/ng-map.js",
  5. "homepage": "https://github.com/allenhwkim/angularjs-google-maps",
  6. "authors": [
  7. "Allen Kim <allenhwkim@gmail.com>"
  8. ],
  9. "description": "The Simplest AngularJs Google Maps V3 Directive Module",
  10. "keywords": [
  11. "angularjs",
  12. "angularjs-directive",
  13. "google-maps"
  14. ],
  15. "license": "MIT",
  16. "_release": "1.4.2",
  17. "_resolution": {
  18. "type": "version",
  19. "tag": "v1.4.2",
  20. "commit": "8b4f550bc96ca8fa380e44d1c0737c517e52627e"
  21. },
  22. "_source": "git://github.com/allenhwkim/angularjs-google-maps.git",
  23. "_target": "~1.4.2",
  24. "_originalSource": "ngmap"
  25. }