mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
commit 8b1ed17602b01c2c63d7c341f6cc70711ff8f925
Author: Moz Morris <moz@earthview.co.uk>
Date: Sun Jun 28 11:33:40 2015 +0100
Fixup exports.
commit a64ce1c6fb73fe9dee9f2d0bec38574ad7d1897e
Author: Moz Morris <moz@earthview.co.uk>
Date: Sun Jun 28 10:42:28 2015 +0100
[added] bower support
32 lines
643 B
JSON
32 lines
643 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/istarkov/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"
|
|
]
|
|
}
|