gmaps.js 0.2.27

gmaps.js is a simple api for interacting with Google Maps.

It requires that Google Maps be referenced before trying to
use gmaps.js, but I wasn't sure how to represent that in the
package.json.
This commit is contained in:
Michael D. Hall
2012-12-30 00:28:12 -06:00
parent b42d1aa5fb
commit 559fdedbaf
3 changed files with 1734 additions and 0 deletions
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
+29
View File
@@ -0,0 +1,29 @@
{
"filename": "gmaps.min.js",
"name": "gmaps.js",
"version": "0.2.27",
"description": "google maps api with less pain and more fun",
"keywords": [
"google maps",
"maps"
],
"homepage": "http://hpneo.github.com/gmaps/",
"maintainers": [
{
"name": "Gustavo Leon",
"web": "http://hpneo.github.com/"
}
],
"repositories": [
{
"type": "git",
"url": "https://github.com/HPNeo/gmaps"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/HPNeo/gmaps/blob/master/README.md"
}
]
}