forked from shukerullah/react-geocode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 756 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
{
"name": "react-geocode",
"version": "0.1.2",
"description": "A React module to transform a description of a location (i.e. street address, town name, etc.) into geographic coordinates (i.e. latitude and longitude) and vice versa.",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/shukerullah/react-geocode.git"
},
"keywords": [
"react",
"react-native",
"google",
"geocode",
"geocoder",
"geocoding"
],
"author": "Pir Shukarulalh Shah <shuker_rashdi@hotmail.com> (http://www.shukarullah.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/shukerullah/react-geocode/issues"
},
"homepage": "https://github.com/shukerullah/react-geocode#readme"
}