{"_id":"angular-google-maps","_rev":"39-12e1569ad84d346cb82b5fa0ba6a1bc8","name":"angular-google-maps","time":{"modified":"2022-06-13T02:53:40.401Z","created":"2014-09-03T11:12:49.214Z","0.0.1":"2014-09-03T11:12:49.214Z","2.0.12":"2014-12-15T15:10:46.540Z","2.1.0-X.0":"2015-03-02T21:10:38.542Z","2.0.13":"2015-03-02T21:11:37.109Z","2.0.14":"2015-03-10T01:16:19.252Z","2.0.16":"2015-03-10T22:26:03.616Z","2.0.17":"2015-03-16T20:22:39.839Z","2.0.18":"2015-03-27T15:42:25.296Z","2.0.19":"2015-03-28T21:53:07.152Z","2.0.20":"2015-04-27T19:30:51.852Z","2.1.0":"2015-04-27T19:36:42.304Z","2.1.1":"2015-05-12T15:11:44.988Z","2.1.3":"2015-06-10T20:50:52.810Z","2.1.4":"2015-06-16T14:51:00.843Z","2.1.5":"2015-06-19T02:59:15.354Z","2.1.6":"2015-09-01T18:24:28.337Z","2.2.0":"2015-09-07T01:17:29.741Z","2.2.1":"2015-09-11T06:37:31.357Z","2.3.0":"2016-01-22T02:57:21.522Z","2.3.1":"2016-01-28T18:49:10.959Z","2.3.2":"2016-02-11T06:13:56.127Z","2.3.3":"2016-05-13T22:03:12.349Z","2.3.4":"2016-08-15T14:44:56.558Z","2.4.0":"2016-09-20T01:32:41.278Z","2.4.1":"2017-01-05T14:56:53.529Z"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist-tags":{"latest":"2.4.1"},"description":"AngularJS directives for Google Maps","readme":"## Project No longer actively maintained\n\nWith angular 2 and other competing projects we have decided to announce that this project is no longer activley maintained. If someone desires to take over the project please contact any of the admins.\n\nAs a warning this project is not activley watched by the admins and is checked here and there to fix any major issues. Therefore if something is **major**, contact someone directly via mentioning a users name/alias (will notify the user/admin).\n\nAlternatives:\n\n- [angularjs-google-maps](https://github.com/allenhwkim/angularjs-google-maps)\n- [angular2-google-maps](https://github.com/SebastianM/angular2-google-maps)\n\n# angular-google-maps\n> AngularJS directives for Google Maps\n[![Dependencies](https://david-dm.org/angular-ui/angular-google-maps.svg)](https://david-dm.org/angular-ui/angular-google-maps)&nbsp;\n[![Dependencies](https://david-dm.org/angular-ui/angular-google-maps/dev-status.svg)](https://david-dm.org/angular-ui/angular-google-maps)&nbsp;\n\nBuilds:\n- Master (2.3.X): [![Build Status](https://travis-ci.org/angular-ui/angular-google-maps.svg?branch=master)](https://travis-ci.org/angular-ui/angular-google-maps)\n\n- 2.2.X: [![Build Status](https://travis-ci.org/angular-ui/angular-google-maps.svg?branch=2.2.X)](https://travis-ci.org/angular-ui/angular-google-maps)\n\n- 2.1.X: [![Build Status](https://travis-ci.org/angular-ui/angular-google-maps.svg?branch=2.1.X)](https://travis-ci.org/angular-ui/angular-google-maps)\n\n- 2.0.X: [![Build Status](https://travis-ci.org/angular-ui/angular-google-maps.svg?branch=2.0.X)](https://travis-ci.org/angular-ui/angular-google-maps)\n\ntask board: [![Stories in Ready](https://badge.waffle.io/angular-ui/angular-google-maps.png?label=ready&title=Ready)](https://waffle.io/angular-ui/angular-google-maps)\n\n[![Gitter chat](https://badges.gitter.im/angular-ui/angular-google-maps.svg)](https://gitter.im/angular-ui/angular-google-maps)\n\n<img src=\"http://benschwarz.github.io/bower-badges/badge@2x.png?pkgname=angular-google-maps\" width=\"130\" height=\"30\">&nbsp;\n\n[![NPM](https://nodei.co/npm/angular-google-maps.png?downloads=true&downloadRank=true)](https://nodei.co/npm/angular-google-maps/)\n\n__________________\n## Getting started\nThis is a set of directives and services for AngularJS `~1.0.7+, ^1.2.2+`.\n\n## Dependencies\n\nPlease always be checking the [package.json](./package.json) and [bower.json](./bower.json). They are the spoken word and will usually be more up to date **than this readme**.\n\n**Tip** *use some library which will always pull in your dependencies (no matter what the changes are) to your vendor.js. IE: [main-bower-files](https://github.com/ck86/main-bower-files)*\n\nCurrent Dependencies:\n- [lodash](lodash.com)\n- [angular](https://github.com/angular/angular.js)\n- [angular-simple-logger](https://github.com/nmccready/angular-simple-logger) *as of 2.2.X*\n- [google maps sdk](https://developers.google.com/maps/documentation/javascript/3.exp/reference), loaded for you by this directives services\n\n## Development and or Running the Build\n\nIf you plan to hack on the directives or want to run the example, first thing to do is to install NPM dependencies:\n\n```shell\nnpm install && bower install\n```\n\n* Installing for [Meteor](https://www.meteor.com/) application:\n\n```shell\nmeteor add angularui:angular-google-maps\n```\n\n* Installing for [Meteor 1.3+](https://www.meteor.com/) application:\n\n```shell\nmeteor npm install --save angular-google-maps\n```\n\n### Building\nTo build the library after you made changes, simply run grunt:\n\n```shell\ngrunt\n```\n\nIf you get errors from `jshint` or specs, just add the `--force` argument.\n\n### Generating SourceMap(s)\n```shell\ngrunt buildAll\n```\nThis will generate source maps for development (angular-google-maps_dev_mapped.js) (non minified) and source maps to minified\n(angular-google-maps_dev_mapped.min.js) files. They each have their own corresponding map files.  To get the coinciding source\nfiles you will need to copy the generated `/tmp` directory (currently not under scc).\n\n### Running the example\nTo run the example page, just run\n\n```shell\ngrunt example\n```\n\nand open your browser on `http://localhost:3000/example.html`.\n\n### Documentation\nThe various directives are documented at [official site](http://angular-ui.github.io/angular-google-maps).\n\n### Contributing\n\nFiling issues:\n Prior to submitting an issue:\n- Search open/**closed** issues, src examples (./examples), gitter, and then google plus community! **Again please search!**\n- issues w/ plnkrs get attention quicker\n\nPull Requests (PR) more than welcome! If you're adding new features, it would be appreciated if you would provide some docs about the feature.\nThis can be done either by adding a card to our [Waffle.io board](https://waffle.io/angular-ui/angular-google-maps), forking the website\nbranch and issuing a PR with the updated documentation page, or by opening an issue for us to add the documentation to the site.\n\nPR's should follow [angular git commit conventions](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit).\n\n\n### Branching Scheme\n\nPRS to master are for 2.3.X only.\n\nIf you want it rolled into a older release then target your PR to that respective branching name like 2.1.X.\n\n*Note: many fixes relevant to 2.0.X can be rolled up into 2.1.X, 2.2.X and 2.3.X*\n\n- master: points to the active targeted next release branch (2.3.X)\n- 2.2.X: latest of 2.2.X\n- 2.1.X: \"\"\n- 2.0.X: \"\"\n... etc\n","versions":{"2.0.12":{"name":"angular-google-maps","version":"2.0.12","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","example":"grunt example","test":"grunt","postinstall":"bower install && grunt curl"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","license":"MIT","devDependencies":{"bower":"~1.3.12","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-bump":"0.0.16","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"~0.12.0","grunt-contrib-compress":"~0.12.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"~0.8.0","grunt-contrib-copy":"~0.6.0","grunt-contrib-jasmine":"~0.8.0","grunt-contrib-jshint":"~0.10.0","grunt-contrib-uglify":"~0.6.0","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.1.0","grunt-curl":"^2.0.3","grunt-debug-task":"^0.1.5","grunt-mkdir":"~0.1.2","grunt-open":"~0.2.3","grunt-replace":"^0.7.9","grunt-subgrunt":"^0.4.1","grunt-template-jasmine-istanbul":"~0.3.0","grunt-template-jasmine-requirejs":"~0.2.0","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.0","lodash":"~2.4.1","mocha":"~1.21.4","should":"~4.0.4","webpack":"^1.4.13","webpack-dev-server":"^1.6.6"},"gitHead":"b268a244a9c4ddc7b72db3709c3d12d563fcceb9","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps","_id":"angular-google-maps@2.0.12","_shasum":"d18828d5bac40e576b959c911b5426be33586aa6","_from":".","_npmVersion":"2.1.10","_nodeVersion":"0.10.31","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"d18828d5bac40e576b959c911b5426be33586aa6","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.0.12.tgz","integrity":"sha512-mSR8v1/mB0DPSg9mV7UHqB50h6fcg3eOy4tbMOFB4SqD6Obg9nklA3nmrP+jTUhnhQ5Hj8s1gqnWNoeRuOfTQA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIBJvlXwsZkhcT5exqq1l/elBhZpGPxXRng/zwyNL/qvTAiBmWhBeYAJAjwiIq6D1DjpNTA+0a0WkmkKKxXOxZaAFBA=="}]}},"2.0.13":{"name":"angular-google-maps","version":"2.0.13","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","example":"grunt example","test":"grunt"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","license":"MIT","devDependencies":{"bower":"~1.3.12","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-bump":"0.3.0","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"~0.12.0","grunt-contrib-compress":"~0.12.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"~0.8.0","grunt-contrib-copy":"~0.6.0","grunt-contrib-jasmine":"~0.8.0","grunt-contrib-jshint":"~0.10.0","grunt-contrib-uglify":"~0.6.0","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.1.0","grunt-curl":"^2.0.3","grunt-debug-task":"^0.1.5","grunt-mkdir":"~0.1.2","grunt-open":"~0.2.3","grunt-replace":"^0.7.9","grunt-subgrunt":"^0.4.1","grunt-template-jasmine-istanbul":"~0.3.0","grunt-template-jasmine-requirejs":"~0.2.0","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.0","lodash":"~2.4.1","mocha":"~1.21.4","should":"~4.0.4","webpack":"^1.4.13","webpack-dev-server":"^1.6.6"},"gitHead":"f80ecb9cb050efbe8bc8011afa339464cf724f08","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps","_id":"angular-google-maps@2.0.13","_shasum":"8ecdb16a61068dbaa3ae550f29781eca3a0f37a4","_from":".","_npmVersion":"2.6.0","_nodeVersion":"0.10.32","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"8ecdb16a61068dbaa3ae550f29781eca3a0f37a4","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.0.13.tgz","integrity":"sha512-/SXoDic7Htzp0wzCrW46vqxS61/K5OTtdXrK0AnHizkAXcxXP6egSQcTKiTDSksFpCndEIoqZ4wGncQ1LV0UaQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDkvQs6BgloaOs97YKGYHqoskGlbcTw3sVGwKQauLcByAiEAkTsJGAveTzcJUgGNaPqSutf382OKNiSzu55IJSYkjrg="}]}},"2.0.14":{"name":"angular-google-maps","version":"2.0.14","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","example":"grunt example","test":"grunt"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*"],"license":"MIT","devDependencies":{"bower":"~1.3.12","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-bump":"0.3.0","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"~0.12.0","grunt-contrib-compress":"~0.12.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"~0.8.0","grunt-contrib-copy":"~0.6.0","grunt-contrib-jasmine":"~0.8.0","grunt-contrib-jshint":"~0.10.0","grunt-contrib-uglify":"~0.6.0","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.1.0","grunt-curl":"^2.0.3","grunt-debug-task":"^0.1.5","grunt-mkdir":"~0.1.2","grunt-open":"~0.2.3","grunt-replace":"^0.7.9","grunt-subgrunt":"^0.4.1","grunt-template-jasmine-istanbul":"~0.3.0","grunt-template-jasmine-requirejs":"~0.2.0","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.0","lodash":"~2.4.1","mocha":"~1.21.4","should":"~4.0.4","webpack":"^1.4.13","webpack-dev-server":"^1.6.6"},"gitHead":"dbe83152dc887b8dbe25183ae06dc381b8b35be1","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps","_id":"angular-google-maps@2.0.14","_shasum":"3b084a6a754ffbea0fb4fcd730a9bd2fd4686cb7","_from":".","_npmVersion":"2.6.1","_nodeVersion":"0.10.32","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"3b084a6a754ffbea0fb4fcd730a9bd2fd4686cb7","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.0.14.tgz","integrity":"sha512-77gzZRoBYm4MM9YQ4T4LUiE4fTZDLrcECGdl3Y5K2ag6rbxaOjgjKFGkm59G9TaE8zCo+BQvUXETsdDIT09bTQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2SIwbaW1isdivlgepRoDBTSXZ2p39Yt50f4tmGqEtZAIhAPHaFITsVDmz6792bHx0cx+6d9Kh4zYp4JG7JwdXju4C"}]}},"2.0.16":{"name":"angular-google-maps","version":"2.0.16","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","example":"grunt example","test":"grunt"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.3.12","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-bump":"0.3.0","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"~0.12.0","grunt-contrib-compress":"~0.12.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"~0.8.0","grunt-contrib-copy":"~0.6.0","grunt-contrib-jasmine":"~0.8.0","grunt-contrib-jshint":"~0.10.0","grunt-contrib-uglify":"~0.6.0","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.1.0","grunt-curl":"^2.0.3","grunt-debug-task":"^0.1.5","grunt-mkdir":"~0.1.2","grunt-open":"~0.2.3","grunt-replace":"^0.7.9","grunt-subgrunt":"^0.4.1","grunt-template-jasmine-istanbul":"~0.3.0","grunt-template-jasmine-requirejs":"~0.2.0","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.0","lodash":"~2.4.1","mocha":"~1.21.4","should":"~4.0.4","webpack":"^1.4.13","webpack-dev-server":"^1.6.6"},"gitHead":"42d45ce317be77491e2493f85d1ef9703b42f999","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps","_id":"angular-google-maps@2.0.16","_shasum":"709bea69506ea435ed6d284e53e96b8a41d8d1ba","_from":".","_npmVersion":"2.6.1","_nodeVersion":"0.10.32","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"709bea69506ea435ed6d284e53e96b8a41d8d1ba","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.0.16.tgz","integrity":"sha512-K+bUMA7X0G55kPHJ5RJ+rBxEmqHEVgjArJOvum3kIpEEmwV2i1tYb3bBp39McTqIKWXyoxOerhVfUONi4LTSWg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD97BifS1SEkPx5rv0ZwqKDh7yFHb/YUn6Hjej3ePGDnQIgXbWt4HKKCxqKZAVAou4UGB1J0yEHTx58dJZthwGOtoI="}]}},"2.0.17":{"name":"angular-google-maps","version":"2.0.17","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","example":"grunt example","test":"grunt"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.3.12","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-bump":"0.3.0","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"~0.12.0","grunt-contrib-compress":"~0.12.0","grunt-contrib-concat":"~0.5.0","grunt-contrib-connect":"~0.8.0","grunt-contrib-copy":"~0.6.0","grunt-contrib-jasmine":"~0.8.0","grunt-contrib-jshint":"~0.10.0","grunt-contrib-uglify":"~0.6.0","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.1.0","grunt-curl":"^2.0.3","grunt-debug-task":"^0.1.5","grunt-mkdir":"~0.1.2","grunt-open":"~0.2.3","grunt-replace":"^0.7.9","grunt-subgrunt":"^0.4.1","grunt-template-jasmine-istanbul":"~0.3.0","grunt-template-jasmine-requirejs":"~0.2.0","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.0","lodash":"~2.4.1","mocha":"~1.21.4","should":"~4.0.4","webpack":"^1.4.13","webpack-dev-server":"^1.6.6"},"gitHead":"133ea18e829944a6b33a5b89e44c326b9bb7eace","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps","_id":"angular-google-maps@2.0.17","_shasum":"500ef74dbda12f69601e735ec73f19d668718072","_from":".","_npmVersion":"2.6.1","_nodeVersion":"0.10.32","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"500ef74dbda12f69601e735ec73f19d668718072","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.0.17.tgz","integrity":"sha512-aFRauZF4PJUpEqO/Q98rAJd6/x68RQD9L7quexMaPp/rU6v0KiVQWCVqFcqVXhhWdkjx8kaxePGI7oqhzwvdkQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDrMGPm2+xeXP707NnkY7LND4igVjezT3DxH6hGISZJbQIhANownXJvWpiMymelWAhL1WALd/nTzPSgN0LSCWuWw6gS"}]}},"2.0.18":{"name":"angular-google-maps","version":"2.0.18","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","example":"grunt example","test":"grunt"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.3.12","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-bump":"0.3.0","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"~0.13.0","grunt-contrib-compress":"~0.13.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.9.0","grunt-contrib-copy":"~0.8.0","grunt-contrib-jasmine":"~0.8.2","grunt-contrib-jshint":"~0.11.1","grunt-contrib-uglify":"~0.8.0","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.1.0","grunt-curl":"^2.1.0","grunt-debug-task":"^0.1.5","grunt-mkdir":"~0.1.2","grunt-open":"~0.2.3","grunt-replace":"^0.8.0","grunt-subgrunt":"^0.4.4","grunt-template-jasmine-istanbul":"~0.3.3","grunt-template-jasmine-requirejs":"~0.2.2","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.0","lodash":"~3.5.0","webpack":"^1.7.3"},"gitHead":"0576f816c8f41f19092e6723422cd00705b724f8","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps","_id":"angular-google-maps@2.0.18","_shasum":"60ec149bb11b3d6b805cda4c3efd53f1d9d73aa9","_from":".","_npmVersion":"2.7.1","_nodeVersion":"0.10.37","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"60ec149bb11b3d6b805cda4c3efd53f1d9d73aa9","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.0.18.tgz","integrity":"sha512-aav5mNYysQEBAcXrpiEiq6HUiy2YFurC8PX73TStqzALUnjFgSEsCfm4wlTJBH6fm1E0kMtBE98XdkEQArMVWw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIDAqPlvVVlrjVRhjWfYNEhVqr2NiOZeaNUGvF2/TwXPIAiEA3v1xruOoUiG3Y2uVotToSjG4JAdaR807DJPT+AWfFoU="}]}},"2.0.19":{"name":"angular-google-maps","version":"2.0.19","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","example":"grunt example","test":"grunt"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.3.12","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-bump":"0.3.0","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"~0.13.0","grunt-contrib-compress":"~0.13.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.9.0","grunt-contrib-copy":"~0.8.0","grunt-contrib-jasmine":"~0.8.2","grunt-contrib-jshint":"~0.11.1","grunt-contrib-uglify":"~0.8.0","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.1.0","grunt-curl":"^2.1.0","grunt-debug-task":"^0.1.5","grunt-mkdir":"~0.1.2","grunt-open":"~0.2.3","grunt-replace":"^0.8.0","grunt-subgrunt":"^0.4.4","grunt-template-jasmine-istanbul":"~0.3.3","grunt-template-jasmine-requirejs":"~0.2.2","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.0","lodash":"~3.5.0","webpack":"^1.7.3"},"gitHead":"4706b8b3d0e2baddb9434ce5ea37b1bb5096d105","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps","_id":"angular-google-maps@2.0.19","_shasum":"22c6fc4e397d7f0e67356e7c1f0ad158c80fe068","_from":".","_npmVersion":"2.7.1","_nodeVersion":"0.10.37","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"22c6fc4e397d7f0e67356e7c1f0ad158c80fe068","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.0.19.tgz","integrity":"sha512-/G7Lcr6WxtzpO2+eJ4e0u7S7B8navSjb9FWWo8LoC+Kpm54OHbguxnC7cRfki995TEbTpysgPYFy7lkxIMtA0g==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCh8uSxf0ulMogQ3nsqZB3JisvAoPB0GkPck++X2aramAIhAITiZ48yvPu4ByWaks8AA4MMxUDGyrWLUxDE8hoym1fY"}]}},"2.0.20":{"name":"angular-google-maps","version":"2.0.20","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"git+https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","example":"grunt example","test":"grunt"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.3.12","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-bump":"0.3.0","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"~0.13.0","grunt-contrib-compress":"~0.13.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.9.0","grunt-contrib-copy":"~0.8.0","grunt-contrib-jasmine":"~0.8.2","grunt-contrib-jshint":"~0.11.1","grunt-contrib-uglify":"~0.8.0","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.1.0","grunt-curl":"^2.1.0","grunt-debug-task":"^0.1.5","grunt-mkdir":"~0.1.2","grunt-open":"~0.2.3","grunt-replace":"^0.8.0","grunt-subgrunt":"^0.4.4","grunt-template-jasmine-istanbul":"~0.3.3","grunt-template-jasmine-requirejs":"~0.2.2","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.0","lodash":"~3.5.0","webpack":"^1.7.3"},"gitHead":"fbe5604050bd0d2b68d0884758796c1301f53f66","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps#readme","_id":"angular-google-maps@2.0.20","_shasum":"5b58d98f534ccf2efd24b4a6acc9c6351e60f75b","_from":".","_npmVersion":"2.8.3","_nodeVersion":"0.10.38","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"5b58d98f534ccf2efd24b4a6acc9c6351e60f75b","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.0.20.tgz","integrity":"sha512-V6avVjoKlTdZ3z1AYpk4EhCAbFPYud2HfF7O9bS0llqe+AIkh4dNtUObb9vCU8wFPLesaothnml8FKbhfwsvuw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDo3/9UZJYPSV571RsFYuzGAM3AhartGhQjCsvBgtjvoQIhAPcGmBelnMOzJOTr07y3u3fDaEVO8yikRkps9xnrgLgj"}]}},"2.1.0":{"name":"angular-google-maps","version":"2.1.0","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"git+https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","example":"grunt example","test":"grunt"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.3.12","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-bump":"0.3.0","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"~0.13.0","grunt-contrib-compress":"~0.13.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.9.0","grunt-contrib-copy":"~0.8.0","grunt-contrib-jasmine":"~0.8.2","grunt-contrib-jshint":"~0.11.1","grunt-contrib-uglify":"~0.8.0","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.1.0","grunt-curl":"^2.1.0","grunt-debug-task":"^0.1.5","grunt-mkdir":"~0.1.2","grunt-open":"~0.2.3","grunt-release":"^0.9.0","grunt-replace":"^0.8.0","grunt-subgrunt":"^0.4.4","grunt-template-jasmine-istanbul":"~0.3.3","grunt-template-jasmine-requirejs":"~0.2.2","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.0","lodash":"~3.5.0","webpack":"^1.7.3"},"gitHead":"0216c0fd6ffeabbe36fbd0568338c6af66ae2c79","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps#readme","_id":"angular-google-maps@2.1.0","_shasum":"c88af2554c2872ecae516749503785638220b98f","_from":".","_npmVersion":"2.8.3","_nodeVersion":"0.10.38","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"c88af2554c2872ecae516749503785638220b98f","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.1.0.tgz","integrity":"sha512-XpNeAr5J6k/y7VZlaplpsjcjaJU718Kg5TsAoEuPYm0Kkvg5PBhKAH9M6Ot8jhG4iO3DMGLM99Wp/hNSIdaSEQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQCen3SmtB/HkLlbG0ERYGNytHM+Ul+j1qvr/gJBMNA8ywIhAIE0NHrFgrDjRpFDiRvJ7kWKlVlenSrW4kGPmINaBADj"}]}},"2.1.1":{"name":"angular-google-maps","version":"2.1.1","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"git+https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","example":"grunt example","test":"grunt"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.3.12","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-bump":"0.3.0","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"~0.13.0","grunt-contrib-compress":"~0.13.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.9.0","grunt-contrib-copy":"~0.8.0","grunt-contrib-jasmine":"~0.8.2","grunt-contrib-jshint":"~0.11.1","grunt-contrib-uglify":"~0.8.0","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.1.0","grunt-curl":"^2.1.0","grunt-debug-task":"^0.1.5","grunt-mkdir":"~0.1.2","grunt-open":"~0.2.3","grunt-release":"^0.9.0","grunt-replace":"^0.8.0","grunt-subgrunt":"^0.4.4","grunt-template-jasmine-istanbul":"~0.3.3","grunt-template-jasmine-requirejs":"~0.2.2","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.0","lodash":"~3.5.0","webpack":"^1.7.3"},"gitHead":"7363a410748f31617782c5631abf078ec0eb4dde","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps#readme","_id":"angular-google-maps@2.1.1","_shasum":"31660009370b6b44409090b5972a617da6b5acef","_from":".","_npmVersion":"2.9.0","_nodeVersion":"2.0.0","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"31660009370b6b44409090b5972a617da6b5acef","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.1.1.tgz","integrity":"sha512-YF/vxBtA6QYkyBdYhZfg5wPTqjHruIU9Ui7Sc5CKEzCAORh/67dy/fnX2y+R9JFXxirqpfpRLLA+uje+GeiQiA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDMPNCKPX8p2Xx23+ni7n0LY3WueGOFa4XH4uT4VP61rQIhALXWWRAFd2SblHLZ6rNk4JKH6x5T0UjSuC0lopO2omhE"}]}},"2.1.3":{"name":"angular-google-maps","version":"2.1.3","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"git+https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","example":"grunt example","test":"grunt"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.4.1","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-bump":"0.3.1","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"~0.13.0","grunt-contrib-compress":"~0.13.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.10.1","grunt-contrib-copy":"~0.8.0","grunt-contrib-jasmine":"~0.8.2","grunt-contrib-jshint":"~0.11.2","grunt-contrib-uglify":"~0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.2.2","grunt-curl":"^2.2.0","grunt-debug-task":"^0.1.7","grunt-mkdir":"~0.1.2","grunt-open":"~0.2.3","grunt-release":"^0.9.0","grunt-replace":"^0.9.2","grunt-subgrunt":"^0.4.5","grunt-template-jasmine-istanbul":"~0.3.3","grunt-template-jasmine-requirejs":"~0.2.3","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.1","lodash":"~3.9.3","webpack":"^1.9.10"},"gitHead":"0b20af3c81a3df3f80a5c0f5a007c2dbc69ce7e3","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps#readme","_id":"angular-google-maps@2.1.3","_shasum":"854373f0cc8754c76aaacfe9347d58919d017987","_from":".","_npmVersion":"2.11.0","_nodeVersion":"0.12.4","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"854373f0cc8754c76aaacfe9347d58919d017987","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.1.3.tgz","integrity":"sha512-tmHMJ3DUqBe7Cb8Sn/9CEcYpxOnQk3K0lZOe+upNMr+kBRVt1boPWzC5U2ywnsTPacsqDR/+Va9YjNuwYn6LAQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGIJJ19VfPT00hYEzBRSzHjgwqaXOQfaYad1OP8J9EBrAiAtMFF6OL3dTwbBbomZjS1aMVkkZ6MVLiY4GiWDM9hINA=="}]}},"2.1.4":{"name":"angular-google-maps","version":"2.1.4","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"git+https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","example":"grunt example","test":"grunt"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.4.1","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-angular-architecture-graph":"^0.2.6","grunt-bump":"0.3.1","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"~0.13.0","grunt-contrib-compress":"~0.13.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.10.1","grunt-contrib-copy":"~0.8.0","grunt-contrib-jasmine":"~0.8.2","grunt-contrib-jshint":"~0.11.2","grunt-contrib-uglify":"~0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.2.2","grunt-curl":"^2.2.0","grunt-debug-task":"^0.1.7","grunt-mkdir":"~0.1.2","grunt-open":"~0.2.3","grunt-replace":"^0.9.2","grunt-subgrunt":"^0.4.5","grunt-template-jasmine-istanbul":"~0.3.3","grunt-template-jasmine-requirejs":"~0.2.3","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.1","lodash":"~3.9.3","webpack":"^1.9.10"},"dependencies":{},"gitHead":"50aa393c931740dff120a7b13064909bfd795892","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps#readme","_id":"angular-google-maps@2.1.4","_shasum":"cac577a07ef67a4d48ce6d7042e8fac78e02b6ea","_from":".","_npmVersion":"2.11.0","_nodeVersion":"0.12.4","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"cac577a07ef67a4d48ce6d7042e8fac78e02b6ea","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.1.4.tgz","integrity":"sha512-cwUuewhDNoAR5F6DY8InWsHK+rqmZnWAzlb6tAliP4WM42aolAW2Kf/HVLa0kHRA06uEUf2lKYZc9asy9fNJSg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDoUZsNaNYP00UZALtOHbnJfJC6vxVHBKvSAsgS3f/DLQIgdCyzOhyrtLbrHT1Mm174/HPmeI3jNGkUOwx/jafWbt8="}]}},"2.1.5":{"name":"angular-google-maps","version":"2.1.5","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"git+https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","example":"grunt example","test":"grunt"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.4.1","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-angular-architecture-graph":"^0.2.6","grunt-bump":"0.3.1","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"~0.13.0","grunt-contrib-compress":"~0.13.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.10.1","grunt-contrib-copy":"~0.8.0","grunt-contrib-jasmine":"~0.8.2","grunt-contrib-jshint":"~0.11.2","grunt-contrib-uglify":"~0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.2.2","grunt-curl":"^2.2.0","grunt-debug-task":"^0.1.7","grunt-mkdir":"~0.1.2","grunt-open":"~0.2.3","grunt-replace":"^0.9.2","grunt-subgrunt":"^0.4.5","grunt-template-jasmine-istanbul":"~0.3.3","grunt-template-jasmine-requirejs":"~0.2.3","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.1","lodash":"~3.9.3","webpack":"^1.9.10"},"dependencies":{},"gitHead":"16f3a4b0f01fed66ef3a5bab96201cb17b72fe03","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps#readme","_id":"angular-google-maps@2.1.5","_shasum":"61348b3ccf9a517547ec1a7aeafced647044c1d3","_from":".","_npmVersion":"2.11.0","_nodeVersion":"0.12.4","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"61348b3ccf9a517547ec1a7aeafced647044c1d3","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.1.5.tgz","integrity":"sha512-F2GU6AvDVzmWHVEEUnBH4ULa7+z+LQB5q/6352ab2nYxZ9xhqH/iuyPgCRjP5nD4VGCyrbzlaUS3ClgTvQwCHg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIG0V9plwXj9ztaNTnsDlQfuofunaDX9nLGi42B1l1MseAiEA8zULA4gC0BOU4ZcK4F8cEj4bNGbyOLmaY1tbihHqOIE="}]}},"2.1.6":{"name":"angular-google-maps","version":"2.1.6","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"git+https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","example":"grunt example","test":"grunt"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.4.1","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-angular-architecture-graph":"^0.2.6","grunt-bump":"0.3.1","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"~0.13.0","grunt-contrib-compress":"~0.13.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.10.1","grunt-contrib-copy":"~0.8.0","grunt-contrib-jasmine":"~0.8.2","grunt-contrib-jshint":"~0.11.2","grunt-contrib-uglify":"~0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.2.2","grunt-curl":"^2.2.0","grunt-debug-task":"^0.1.7","grunt-graphviz":"^0.1.1","grunt-mkdir":"~0.1.2","grunt-open":"~0.2.3","grunt-replace":"^0.9.2","grunt-subgrunt":"^0.4.5","grunt-template-jasmine-istanbul":"~0.3.3","grunt-template-jasmine-requirejs":"~0.2.3","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.1","lodash":"~3.9.3","webpack":"^1.9.10"},"dependencies":{},"gitHead":"44810c35043f4a3c3b4a713bb0c38d2a1ccebc86","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps#readme","_id":"angular-google-maps@2.1.6","_shasum":"0d7476eb67fa7a59f971dc228733eaa3c028c0ba","_from":".","_npmVersion":"2.13.5","_nodeVersion":"0.12.7","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"0d7476eb67fa7a59f971dc228733eaa3c028c0ba","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.1.6.tgz","integrity":"sha512-wBJYwUYnkbEPLzijVHW8f3v3HPMDQtrnAbo2uZ+vCFoNCyHJ931J1A64zoqwvXbkTSIc+8vayq8POVYD6WX3kw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIGupfxSySsFEMSOkLx//Isyk/EWHiVRHuw6CKj93q6wcAiEA5ng2oXmPIFXUc6qXI1Pwq0gFiYCRMYZJUBmYbe4x9So="}]}},"2.2.0":{"name":"angular-google-maps","version":"2.2.0","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"git+https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","example":"grunt example","test":"grunt"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.4.1","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-angular-architecture-graph":"^0.2.6","grunt-bump":"0.3.1","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"~0.13.0","grunt-contrib-compress":"~0.13.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.10.1","grunt-contrib-copy":"~0.8.0","grunt-contrib-jasmine":"~0.8.2","grunt-contrib-jshint":"~0.11.2","grunt-contrib-uglify":"~0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.2.2","grunt-curl":"^2.2.0","grunt-debug-task":"^0.1.7","grunt-graphviz":"^0.1.1","grunt-mkdir":"~0.1.2","grunt-open":"~0.2.3","grunt-replace":"^0.9.2","grunt-subgrunt":"^0.4.5","grunt-template-jasmine-istanbul":"~0.3.3","grunt-template-jasmine-requirejs":"~0.2.3","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.1","webpack":"^1.9.10"},"dependencies":{"angular":"1.2 - 1.4","angular-simple-logger":"~0.0.1","lodash":">=3.8.0"},"gitHead":"cb7be9c7fa7b834d06b1d4016b45775627e3cbeb","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps#readme","_id":"angular-google-maps@2.2.0","_shasum":"bc9ac3ed63d419dd5f0eb98ac9f6b6ed9fff39e2","_from":".","_npmVersion":"2.13.5","_nodeVersion":"0.12.7","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"bc9ac3ed63d419dd5f0eb98ac9f6b6ed9fff39e2","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.2.0.tgz","integrity":"sha512-KwckAmM2b80JqbCykt97zBYRWCuJB/A62KIACvK1HqjkdFtmTCDvP0EzBEuJpdiIx9eqkHDWpESEpX3KUd7LLw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIGaxwxsB3nuSi9XdSIHm7qcKLbUo014T10sdNveg4x1GAiAtdD5stR9JX3JiCyHaUKrMoo4jomwXq6SzLwNUtk5Bew=="}]}},"2.2.1":{"name":"angular-google-maps","version":"2.2.1","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"git+https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","example":"grunt example","test":"grunt"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.4.1","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-angular-architecture-graph":"^0.2.6","grunt-bump":"0.3.1","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"~0.13.0","grunt-contrib-compress":"~0.13.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.10.1","grunt-contrib-copy":"~0.8.0","grunt-contrib-jasmine":"~0.8.2","grunt-contrib-jshint":"~0.11.2","grunt-contrib-uglify":"~0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.2.2","grunt-curl":"^2.2.0","grunt-debug-task":"^0.1.7","grunt-graphviz":"^0.1.1","grunt-mkdir":"~0.1.2","grunt-open":"~0.2.3","grunt-replace":"^0.9.2","grunt-subgrunt":"^0.4.5","grunt-template-jasmine-istanbul":"~0.3.3","grunt-template-jasmine-requirejs":"~0.2.3","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.1","webpack":"^1.9.10"},"dependencies":{"angular":"1.2 - 1.4","angular-simple-logger":"~0.0.1","lodash":">=3.8.0"},"gitHead":"efc7d43ae10346208f95b454424be7203d6e9683","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps#readme","_id":"angular-google-maps@2.2.1","_shasum":"d37df6b768164b7d17a73a5915ca4f9bb3631fc2","_from":".","_npmVersion":"2.13.5","_nodeVersion":"0.12.7","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"d37df6b768164b7d17a73a5915ca4f9bb3631fc2","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.2.1.tgz","integrity":"sha512-hbvBPsmUCE0Xer7Qxazc1se3H/5/KlU5F3r5RGTTnIdZPL4T6XS6tywR/y/WAqjT+dtLrbH+CAcGQrLa1afQOA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD99gWtJVDZWC4l+MEQGi0ehqlUPVrnnFyaJQq/dT4qYQIhAOy3bEDLJkddaocdovuvVHat1cofnZALCYzS3+CPe9uR"}]}},"2.3.0":{"name":"angular-google-maps","version":"2.3.0","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"git+https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","example":"grunt example","mocha":"mocha ./spec/backend/**/*.spec.* --harmony_destructuring -t 6000","test":"npm run mocha && grunt bower karma"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.4.1","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-angular-architecture-graph":"^0.2.6","grunt-bump":"0.3.1","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"~0.13.0","grunt-contrib-compress":"~0.13.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.10.1","grunt-contrib-copy":"~0.8.0","grunt-contrib-jasmine":"~0.9.x","grunt-contrib-jshint":"~0.11.2","grunt-contrib-uglify":"~0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.2.2","grunt-curl":"^2.2.0","grunt-debug-task":"^0.1.7","grunt-graphviz":"^0.1.1","grunt-mkdir":"~0.1.2","grunt-open":"~0.2.3","grunt-replace":"^0.9.2","grunt-subgrunt":"^0.4.5","grunt-template-jasmine-istanbul":"~0.3.3","grunt-template-jasmine-requirejs":"~0.2.3","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.1","karma":"^0.13.9","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"^0.5.1","karma-jasmine":"^0.3.6","karma-mocha-reporter":"^1.1.1","karma-phantomjs-launcher":"^0.2.1","mocha":"2.3.4","webpack":"^1.9.10"},"dependencies":{"angular":"1.2 - 1.4","angular-simple-logger":">=0.0.1","lodash":"3.X"},"gitHead":"d9903c2377cc78c42c00e1d9d121d3c31dc91841","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps#readme","_id":"angular-google-maps@2.3.0","_shasum":"3531159f7564899ee0eb0860ab23cae4a6cf59c8","_from":".","_npmVersion":"2.14.15","_nodeVersion":"4.2.2","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"3531159f7564899ee0eb0860ab23cae4a6cf59c8","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.3.0.tgz","integrity":"sha512-l7F2ZYtQMMa7oOr2ZDmggT7mxDqnFo0Zb1XUfp+YEe2OmaYISsz8pszEb5uZBIazZuiu0OezS4kmhpTz6SrWXg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIE+34YsJhNh1TO1x30Nn/F02IEOG8J98v0yBuid9T8WkAiEAss3/1V76h5/ZFGy89zTQaH5bxSPQLKQxJMY8Dbout+I="}]}},"2.3.1":{"name":"angular-google-maps","version":"2.3.1","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"git+https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","example":"grunt example","mocha":"mocha ./spec/backend/**/*.spec.* --harmony_destructuring -t 6000","test":"npm run mocha && grunt bower karma","karma":"./scripts/karma"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.4.1","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-angular-architecture-graph":"^0.2.6","grunt-bump":"0.3.1","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"~0.13.0","grunt-contrib-compress":"~0.13.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.10.1","grunt-contrib-copy":"~0.8.0","grunt-contrib-jasmine":"~0.9.x","grunt-contrib-jshint":"~0.11.2","grunt-contrib-uglify":"~0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.2.2","grunt-curl":"^2.2.0","grunt-debug-task":"^0.1.7","grunt-graphviz":"^0.1.1","grunt-mkdir":"~0.1.2","grunt-open":"~0.2.3","grunt-replace":"^0.9.2","grunt-subgrunt":"^0.4.5","grunt-template-jasmine-istanbul":"~0.3.3","grunt-template-jasmine-requirejs":"~0.2.3","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.1","karma":"0.13.X","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"0.5.X","karma-jasmine":"0.3.X","karma-mocha-reporter":"1.X","karma-phantomjs-launcher":"0.2.X","mocha":"2.X","webpack":"^1.9.10","yargs":"3.32.0","karma-kickoff":"0.0.X"},"dependencies":{"angular":"1.2 - 1.4","angular-simple-logger":">=0.0.1","lodash":"3.X - 4.X"},"gitHead":"e92358becffdcd50770200af46bf1cc6a2cfb9d7","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps#readme","_id":"angular-google-maps@2.3.1","_shasum":"669ce9b3d1ab5c370aa2eda295cd65537948470d","_from":".","_npmVersion":"2.14.15","_nodeVersion":"4.2.2","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"669ce9b3d1ab5c370aa2eda295cd65537948470d","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.3.1.tgz","integrity":"sha512-W59vCm38xX6IorlIWOmE4ERg0CH0TsoHO4qbTwQfcSjNG3Tvm84fRM9FCTd3n76BSdih5rYVAENdgTFVr8tPPQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD+EJbd+S5FI57guJMfg8FKVdeKRqvn7+vDKcNgXWLjNQIhALPXAg1/E/4eUraw+CvLczmh94uhsnnay4RSw+6PWaa2"}]}},"2.3.2":{"name":"angular-google-maps","version":"2.3.2","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"git+https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","buildAll":"grunt buildAll","example":"grunt example","mocha":"mocha ./spec/backend/**/*.spec.* --harmony_destructuring -t 6000","test":"npm run mocha && grunt bower karma","karma":"./scripts/karma"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.4.1","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-angular-architecture-graph":"^0.2.6","grunt-bump":"0.3.1","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"git://github.com/nmccready/grunt-contrib-coffee.git#3d47cf8e539a0a7a537e6725c78c8c61b6b170eb","grunt-contrib-compress":"~0.13.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.10.1","grunt-contrib-copy":"~0.8.0","grunt-contrib-jasmine":"~0.9.x","grunt-contrib-jshint":"~0.11.2","grunt-contrib-uglify":"~0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.2.2","grunt-curl":"^2.2.0","grunt-debug-task":"^0.1.7","grunt-graphviz":"^0.1.1","grunt-mkdir":"~0.1.2","grunt-ng-annotate":"1.0.1","grunt-open":"~0.2.3","grunt-replace":"^0.9.2","grunt-subgrunt":"^0.4.5","grunt-template-jasmine-istanbul":"~0.3.3","grunt-template-jasmine-requirejs":"~0.2.3","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.1","karma":"0.13.X","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"0.5.X","karma-jasmine":"0.3.X","karma-kickoff":"0.0.X","karma-mocha-reporter":"1.X","karma-phantomjs-launcher":"0.2.X","mocha":"2.X","phantomjs-polyfill":"0.0.1","require-directory":"2.1.1","webpack":"^1.9.10","yargs":"3.32.0"},"dependencies":{"angular":"1.2 - 1.5","angular-simple-logger":">=0.0.1","lodash":"3.X - 4.X"},"gitHead":"cb5c8c2875eb2186710b8a9c3a0c91d408f885da","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps#readme","_id":"angular-google-maps@2.3.2","_shasum":"93e1661830e588468bae68fabd4addd383b958b7","_from":".","_npmVersion":"2.14.17","_nodeVersion":"4.2.6","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"93e1661830e588468bae68fabd4addd383b958b7","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.3.2.tgz","integrity":"sha512-XAPIRyjhCPdXY6yo6EFTSzXu7O7bejHvACarXur9lEuxDxDjwlTjVprmogDZSUQkuYzjyVPKzbZMkxYyeQZUJA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIB4y/obZy26JHSuT5EZCQDyzyYAthqm6ZmeOeoE3oFyNAiAZpZsRjl8EdQSQRVO6Nr1EYLMzklOE4AcqBHhNlA2muA=="}]},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/angular-google-maps-2.3.2.tgz_1455171234400_0.19195589539594948"}},"2.3.3":{"name":"angular-google-maps","version":"2.3.3","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"git+https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","buildAll":"grunt buildAll","example":"grunt example","mocha":"mocha ./spec/backend/**/*.spec.* --harmony_destructuring -t 6000","test":"npm run mocha && grunt bower karma","karma":"./scripts/karma"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.4.1","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-angular-architecture-graph":"^0.2.6","grunt-bump":"0.3.1","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"git://github.com/nmccready/grunt-contrib-coffee.git#3d47cf8e539a0a7a537e6725c78c8c61b6b170eb","grunt-contrib-compress":"~0.13.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.10.1","grunt-contrib-copy":"~0.8.0","grunt-contrib-jasmine":"~0.9.x","grunt-contrib-jshint":"~0.11.2","grunt-contrib-uglify":"~0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.2.2","grunt-debug-task":"^0.1.7","grunt-graphviz":"^0.1.1","grunt-mkdir":"~0.1.2","grunt-ng-annotate":"1.0.1","grunt-open":"~0.2.3","grunt-replace":"^0.9.2","grunt-subgrunt":"^0.4.5","grunt-template-jasmine-istanbul":"~0.3.3","grunt-template-jasmine-requirejs":"~0.2.3","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.1","karma":"0.13.X","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"0.5.X","karma-jasmine":"0.3.X","karma-kickoff":"0.0.X","karma-mocha-reporter":"1.X","karma-phantomjs-launcher":"0.2.X","mocha":"2.X","phantomjs-polyfill":"0.0.1","require-directory":"2.1.1","webpack":"^1.9.10","yargs":"3.32.0"},"dependencies":{"angular":"1.2 - 1.5","angular-simple-logger":">=0.0.1","google-maps-utility-library-v3-infobox":"1.1.14","google-maps-utility-library-v3-keydragzoom":"2.0.9","google-maps-utility-library-v3-markerwithlabel":"git://github.com/nmccready/google-maps-utility-library-v3-markerwithlabel.git","js-rich-marker":"git://github.com/MikaFima/js-rich-marker.git#0383f4bbdad4ddf154772fedbdd27e464600e943","lodash":"3.X - 4.X","markerclustererplus":"2.1.4"},"gitHead":"4c8240c481910377337f7d1f479662d517d4dad8","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps#readme","_id":"angular-google-maps@2.3.3","_shasum":"07f4c709addd5fdeb28437aaa0fc800301db602c","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.4","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"07f4c709addd5fdeb28437aaa0fc800301db602c","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.3.3.tgz","integrity":"sha512-vDEb7iQTF8NiKaTOVmQWDq9oyBpd0XyGb96v/7g328OghzS7v96ks5dnRpT5mOBCMdovRL/uMNITvcXum/hyiQ==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQDgCsTVdF4DBwjHtYcFsDNUZtjru8bTRLle8Qv9MOVRUAIgJgdBHmyhBPovBLM87ejBpHSp3lQuKNKNxZ9QRR53Tiw="}]},"_npmOperationalInternal":{"host":"packages-16-east.internal.npmjs.com","tmp":"tmp/angular-google-maps-2.3.3.tgz_1463176990388_0.3368052707519382"}},"2.3.4":{"name":"angular-google-maps","version":"2.3.4","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"git+https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","buildAll":"grunt buildAll","example":"grunt example","mocha":"mocha ./spec/backend/**/*.spec.* --harmony_destructuring -t 6000","test":"npm run mocha && grunt bower karma","karma":"./scripts/karma"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.4.1","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-angular-architecture-graph":"^0.2.6","grunt-bump":"0.3.1","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"git://github.com/nmccready/grunt-contrib-coffee.git#3d47cf8e539a0a7a537e6725c78c8c61b6b170eb","grunt-contrib-compress":"~0.13.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.10.1","grunt-contrib-copy":"~0.8.0","grunt-contrib-jasmine":"~0.9.x","grunt-contrib-jshint":"~0.11.2","grunt-contrib-uglify":"~0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.2.2","grunt-debug-task":"^0.1.7","grunt-graphviz":"^0.1.1","grunt-mkdir":"~0.1.2","grunt-ng-annotate":"1.0.1","grunt-open":"~0.2.3","grunt-replace":"^0.9.2","grunt-subgrunt":"^0.4.5","grunt-template-jasmine-istanbul":"~0.3.3","grunt-template-jasmine-requirejs":"~0.2.3","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.1","karma":"0.13.X","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"0.5.X","karma-jasmine":"0.3.X","karma-kickoff":"0.0.X","karma-mocha-reporter":"1.X","karma-phantomjs-launcher":"0.2.X","mocha":"2.X","phantomjs-polyfill":"0.0.1","require-directory":"2.1.1","webpack":"^1.9.10","webpack-dev-server":"^1.14.1","yargs":"3.32.0"},"dependencies":{"angular":"1.2 - 1.5","angular-simple-logger":">=0.0.1","google-maps-utility-library-v3-infobox":"1.1.14","google-maps-utility-library-v3-keydragzoom":"2.0.9","google-maps-utility-library-v3-markerwithlabel":"git://github.com/nmccready/google-maps-utility-library-v3-markerwithlabel.git","js-rich-marker":"git://github.com/MikaFima/js-rich-marker.git#0383f4bbdad4ddf154772fedbdd27e464600e943","lodash":"3.X - 4.X","markerclustererplus":"2.1.4"},"gitHead":"65cfba14502795568e7f0042534792ecdeef36f2","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps#readme","_id":"angular-google-maps@2.3.4","_shasum":"85019e180aee15edda3b657698bf7dfc31a98971","_from":".","_npmVersion":"2.15.5","_nodeVersion":"4.4.4","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"85019e180aee15edda3b657698bf7dfc31a98971","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.3.4.tgz","integrity":"sha512-gcial2ZJVrDGLysCxUA+9eaXBKJXbX0lsAcYtQKeCO/ftnLzQ0f7avnqOoZQzLQosVlkpmxSP5N7AWQno9IQag==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQD1EX4Hi37sgyF2XZqwaEfBN2Lret9K7QUZNYKvzXMIrwIgDnQXGr8Pm6skKFG9xExmQiCBv8b1RS/ci7g3HZDm+GY="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-google-maps-2.3.4.tgz_1471272292488_0.7699963999912143"}},"2.4.0":{"name":"angular-google-maps","version":"2.4.0","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"git+https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","buildAll":"grunt buildAll","example":"grunt example","mocha":"mocha ./spec/backend/**/*.spec.* --harmony_destructuring -t 6000","test":"npm run mocha && grunt bower karma","karma":"./scripts/karma"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.4.1","data-structures":"^1.4.2","grunt":"~0.4.5","grunt-angular-architecture-graph":"^0.2.6","grunt-bump":"0.3.1","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"git://github.com/nmccready/grunt-contrib-coffee.git#3d47cf8e539a0a7a537e6725c78c8c61b6b170eb","grunt-contrib-compress":"~0.13.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.10.1","grunt-contrib-copy":"~0.8.0","grunt-contrib-jasmine":"~0.9.x","grunt-contrib-jshint":"~0.11.2","grunt-contrib-uglify":"~0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.2.2","grunt-debug-task":"^0.1.7","grunt-graphviz":"^0.1.1","grunt-mkdir":"~0.1.2","grunt-ng-annotate":"1.0.1","grunt-open":"~0.2.3","grunt-replace":"^0.9.2","grunt-subgrunt":"^0.4.5","grunt-template-jasmine-istanbul":"~0.3.3","grunt-template-jasmine-requirejs":"~0.2.3","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.1","karma":"0.13.X","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"0.5.X","karma-jasmine":"0.3.X","karma-kickoff":"0.0.X","karma-mocha-reporter":"1.X","karma-phantomjs-launcher":"0.2.X","mocha":"2.X","phantomjs-polyfill":"0.0.1","require-directory":"2.1.1","webpack":"^1.9.10","webpack-dev-server":"^1.14.1","yargs":"3.32.0"},"dependencies":{"angular":"1.2 - 1.5","angular-simple-logger":">=0.0.1","google-maps-utility-library-v3-infobox":"1.1.14","google-maps-utility-library-v3-keydragzoom":"2.0.9","google-maps-utility-library-v3-markerwithlabel":"git://github.com/nmccready/google-maps-utility-library-v3-markerwithlabel.git","js-rich-marker":"git://github.com/MikaFima/js-rich-marker.git#0383f4bbdad4ddf154772fedbdd27e464600e943","lodash":"3.X - 4.X","markerclustererplus":"2.1.4"},"gitHead":"3abaf00856e7408c32fbc740c4ba6def9cb403b2","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps#readme","_id":"angular-google-maps@2.4.0","_shasum":"71079ddf4b3a0da7e5867133ed9fc6999ab178eb","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.5.0","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"71079ddf4b3a0da7e5867133ed9fc6999ab178eb","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.4.0.tgz","integrity":"sha512-nWehUM3exsXydqgPKluw8cNpniOO9Y1/djA1/uKgBw/KP2SYnYwjQONwT9GuR3skJyHqVAWHkSg3cI5yRrNl2Q==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQD2/HrkjSpK+6BoLHfx9Bx6WXc2MFQeIUPP/OTUtv7PKQIhAN4stCwM5tXNB1EF/8frExJ0O9tTQiluYRVmNZ/dc5y6"}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-google-maps-2.4.0.tgz_1474335157619_0.2570637841708958"}},"2.4.1":{"name":"angular-google-maps","version":"2.4.1","description":"AngularJS directives for Google Maps","repository":{"type":"git","url":"git+https://github.com/angular-ui/angular-google-maps.git"},"scripts":{"build":"grunt","buildAll":"grunt buildAll","example":"grunt example","mocha":"mocha ./spec/backend/**/*.spec.* --harmony_destructuring -t 6000","test":"npm run mocha && grunt bower karma","karma":"./scripts/karma"},"keywords":["angularjs","googlemaps","directives","webcomponent"],"main":"dist/angular-google-maps.js","files":["dist/*","spec/coffee/helpers/google-api-mock.coffee","spec/coffee/helpers/initiator.coffee"],"license":"MIT","devDependencies":{"bower":"~1.4.1","coffeelint":"1.16.0","coffeescope2":"0.4.4","data-structures":"^1.4.2","eslint":"3.7.1","eslint-config-airbnb":"12.0.0","eslint-plugin-import":"1.16.0","eslint-plugin-jsx-a11y":"2.2.2","eslint-plugin-react":"6.3.0","globby":"6.1.0","grunt":"~0.4.5","grunt-angular-architecture-graph":"^0.2.6","grunt-bump":"0.3.1","grunt-cli":"~0.1.13","grunt-contrib-clean":"~0.6.0","grunt-contrib-coffee":"git://github.com/nmccready/grunt-contrib-coffee.git#3d47cf8e539a0a7a537e6725c78c8c61b6b170eb","grunt-contrib-compress":"~0.13.0","grunt-contrib-concat":"~0.5.1","grunt-contrib-connect":"~0.10.1","grunt-contrib-copy":"~0.8.0","grunt-contrib-jasmine":"~0.9.x","grunt-contrib-jshint":"~0.11.2","grunt-contrib-uglify":"~0.9.1","grunt-contrib-watch":"~0.6.1","grunt-conventional-changelog":"~1.2.2","grunt-debug-task":"^0.1.7","grunt-graphviz":"^0.1.1","grunt-mkdir":"~0.1.2","grunt-ng-annotate":"1.0.1","grunt-open":"~0.2.3","grunt-replace":"^0.9.2","grunt-subgrunt":"^0.4.5","grunt-template-jasmine-istanbul":"~0.3.3","grunt-template-jasmine-requirejs":"~0.2.3","grunt-verbosity":"^0.2.2","grunt-webpack":"^1.0.8","grunt-wrap":"^0.3.0","jsonfile":"^2.0.1","karma":"0.13.X","karma-chrome-launcher":"^0.2.0","karma-coffee-preprocessor":"^0.3.0","karma-coverage":"0.5.X","karma-jasmine":"0.3.X","karma-kickoff":"0.0.X","karma-mocha-reporter":"1.X","karma-phantomjs-launcher":"0.2.X","mocha":"2.X","phantomjs-polyfill":"0.0.1","require-directory":"2.1.1","through2":"2.0.3","webpack":"1.X","webpack-dev-server":"1.X","yargs":"3.32.0"},"dependencies":{"angular":"1.2 - 1.6","angular-simple-logger":">=0.0.1","google-maps-utility-library-v3-infobox":"1.1.14","google-maps-utility-library-v3-keydragzoom":"2.0.9","google-maps-utility-library-v3-markerwithlabel":"git://github.com/nmccready/google-maps-utility-library-v3-markerwithlabel.git","js-rich-marker":"git://github.com/MikaFima/js-rich-marker.git#0383f4bbdad4ddf154772fedbdd27e464600e943","lodash":"3.X - 4.X","markerclustererplus":"2.1.4"},"gitHead":"4b1c1ff0ac1ce1c5987ab25e507b933feb061d3c","bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"homepage":"https://github.com/angular-ui/angular-google-maps#readme","_id":"angular-google-maps@2.4.1","_shasum":"a0479f3a99cda690b72df536cf1c77d11e18ee23","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.6.2","_npmUser":{"name":"nmccready","email":"nemtcan@gmail.com"},"maintainers":[{"name":"nmccready","email":"nemtcan@gmail.com"}],"dist":{"shasum":"a0479f3a99cda690b72df536cf1c77d11e18ee23","tarball":"https://registry.npmjs.org/angular-google-maps/-/angular-google-maps-2.4.1.tgz","integrity":"sha512-Xt2UusIRzmCxLeWryiNqFjMUHnWdq+nKHMCv8wgiFSmBaY9vfFs+QgC1795ts0G+/DzBx2Vyzm26w3BJKblcPw==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEUCIQCcSJwrvckT479VOMVwkoD8+ds46uvQjQX1k0YCE3SHXQIgAo49jtbjUIJCMheeAynbo17vJW5V3/+606stVKBrBKo="}]},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/angular-google-maps-2.4.1.tgz_1483628209168_0.1672967819031328"}}},"homepage":"https://github.com/angular-ui/angular-google-maps#readme","keywords":["angularjs","googlemaps","directives","webcomponent"],"repository":{"type":"git","url":"git+https://github.com/angular-ui/angular-google-maps.git"},"bugs":{"url":"https://github.com/angular-ui/angular-google-maps/issues"},"license":"MIT","readmeFilename":"README.md","users":{"faelcorreia":true,"morogasper":true}}