forked from react-native-maps/react-native-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 751 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 751 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
33
34
35
36
{
"name": "react-native-maps",
"description": "React Native Mapview component for iOS + Android",
"main": "index.js",
"author": "Leland Richardson <leland.m.richardson@gmail.com>",
"version": "0.7.1",
"scripts": {
"start": "react-native start"
},
"repository": {
"type": "git",
"url": "https://github.com/lelandrichardson/react-native-maps"
},
"keywords": [
"react",
"react-native",
"react-component",
"map",
"mapview",
"google-maps",
"mapkit"
],
"peerDependencies": {
"react": ">=15.2.0",
"react-native": ">=0.30.0"
},
"devDependencies": {
"react": "15.2.0",
"react-native": "^0.29.2"
},
"rnpm": {
"android": {
"sourceDir": "./android/lib"
}
}
}