forked from yptech/react-native-store-review
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 819 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 819 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
{
"name": "react-native-store-review",
"version": "0.1.5",
"description": "Rate on App Store directly in your React Native app",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"app-store",
"review",
"rating",
"rate"
],
"author": {
"name": "Joel Arvidsson",
"email": "joel@oblador.se"
},
"homepage": "https://github.com/oblador/react-native-store-review",
"bugs": {
"url": "https://github.com/oblador/react-native-store-review/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/oblador/react-native-store-review.git"
},
"license": "MIT"
}