UNPKG

ember-g-map

Version:

An ember-cli addon for integration with google maps.

11 lines (9 loc) 163 B
/* eslint-env node */ 'use strict'; module.exports = function(/* environment, appConfig */) { return { 'g-map': { libraries: ['places'] } }; };