ang-google-maps
Version:
Module to initialize Google Maps API
33 lines (32 loc) • 679 B
JSON
{
"name": "ang-google-maps",
"version": "1.4.6",
"homepage": "https://github.com/khalednobani/ang-google-maps",
"description": "Initialise Google Maps, Set Location, Drop Pins, Get Connected Routes between the current location and the destination.",
"main": "./src/module.js",
"keywords": [
"AngularJS",
"Client-Side",
"JavaScript",
"API",
"Maps",
"APIs",
"Google"
],
"authors": [
"Khaled Nobani"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"ang-google-services": "*",
"angular": "1.4.5",
"google-map": "~1.1.0"
}
}