Skip to content

Instantly share code, notes, and snippets.

@alexcontes
alexcontes / bower.json
Last active August 5, 2016 16:15 — forked from backflip/bower.json
Load Google Maps API using jQuery Deferred
{
"name": "load-google-maps",
"version": "1.0.0",
"main": ["./load-google-maps.js"],
"author": "Glenn Baker & Gavin Foley",
"dependencies": {
"jquery": ">=1.5"
},
"license": ["MIT", "GPL"],
"keywords": ["Google Maps", "Async"]