mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
32 lines
651 B
JSON
32 lines
651 B
JSON
{
|
|
"name": "google-map-react",
|
|
"description": "isomorphic google map react component, allows render react components on the google map",
|
|
"main": "lib/umd/GoogleMapReact.js",
|
|
"homepage": "https://github.com/google-map-react/google-map-react",
|
|
"authors": [
|
|
"Ivan Starkov <istarkov@gmail.com>"
|
|
],
|
|
"keywords": [
|
|
"react",
|
|
"reactjs",
|
|
"google",
|
|
"map",
|
|
"maps",
|
|
"isomorphic",
|
|
"render",
|
|
"component",
|
|
"javascript",
|
|
"react-component"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"src",
|
|
"scripts",
|
|
"package.json",
|
|
"webpack.config.js"
|
|
]
|
|
}
|