bower.json 389 B

1234567891011121314151617
  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. }