forked from google-map-react/google-map-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 651 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 651 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"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"
]
}