-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 734 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 734 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
{
"name": "react-native-yandex-map-kit",
"version": "0.0.1",
"description": "React Native bridge to Yandex MapKit",
"main": "src/index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"homepage": "https://github.com/escaton/react-native-yandex-map-kit#react-native-yandex-map-kit",
"keywords": [
"react-native",
"mapkit",
"yandex"
],
"author": "escaton <escaton@yandex-team.ru>, yeti-or <yeti-or@yandex-team.ru>",
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/escaton/react-native-yandex-map-kit"
},
"peerDependencies": {
"react-native": "^0.54.2"
},
"dependencies": {
"prop-types": "^15.6.1"
}
}