forked from aaronksaunders/react-native-reverse-geo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 901 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 901 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
32
{
"name": "react-native-reverse-geo",
"version": "0.0.6",
"description": "React Native module bridge to convert address to geo coordinates.",
"main": "index.js",
"peerDependencies": {
"react-native": "^0.4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/aaronksaunders/react-native-reverse-geo.git"
},
"keywords": [
"react",
"native",
"react-native",
"bridge",
"reversegeo",
"location",
"ios",
"react-component"
],
"author": "Aaron K. Saunders <aaronksaunders@gmail.com> (http://www.clearlyinnovative.com)",
"license": {
"type": "MIT",
"url": "https://github.com/aaronksaunders/react-native-reverse-geo/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/aaronksaunders/react-native-reverse-geo/issues"
},
"homepage": "https://github.com/aaronksaunders/react-native-reverse-geo#readme"
}