mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-15 07:46:06 +10:00
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:
File diff suppressed because it is too large
Load Diff
+7
File diff suppressed because one or more lines are too long
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user