-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.03 KB
/
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
{
"name": "react-native-make-review-modal",
"version": "1.0.2",
"description": "A React Native component for displaying a modal for making reviews",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"native",
"react native",
"review",
"reviews",
"make",
"reviews",
"make",
"review",
"star",
"stars",
"react-component",
"react-native",
"ios",
"android"
],
"author": "Derrick Chie <[email protected]> (https://github.com/djchie)",
"license": "ISC",
"dependencies": {
"react-native": "^0.12.0",
"react-native-icons": "^0.5.1",
"react-native-button": "^1.2.1",
"react-native-star-rating": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/djchie/react-native-make-review-modal.git"
},
"bugs": {
"url": "https://github.com/djchie/react-native-make-review-modal/issues"
},
"homepage": "https://github.com/djchie/react-native-make-review-modal"
}