forked from magrinj/react-native-app-store-review
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 999 Bytes
/
package.json
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
37
38
39
40
41
42
43
{
"name": "react-native-app-store-review",
"version": "0.0.5",
"description": "Rate on app store inside your app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:magrinj/react-native-app-store-review.git"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"review",
"app-store",
"app",
"ios",
"store",
"mobile",
"rating",
"reviews",
"rate"
],
"author": "Jeremy Magrin",
"license": "MIT",
"homepage": "https://github.com/magrinj/react-native-app-store-review",
"bugs": {
"url": "https://github.com/magrinj/react-native-app-store-review/issues"
},
"peerDependencies": {
"react-native": ">=0.20.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.18.0",
"eslint-plugin-flowtype": "^2.30.3",
"eslint-plugin-react": "^6.10.2"
}
}