forked from djchie/react-native-star-rating
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 951 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
{
"name": "react-native-star-rating",
"version": "1.0.5",
"description": "A React Native component for generating and displaying interactive star ratings",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react",
"native",
"react native",
"star",
"stars",
"rating",
"ratings",
"review",
"reviews",
"react-component",
"react-native",
"ios",
"android"
],
"author": "Derrick Chie <[email protected]> (https://github.com/djchie)",
"license": "ISC",
"dependencies": {
"react-native-button": "^1.2.1",
"react-native-vector-icons": "^1.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/djchie/react-native-star-rating.git"
},
"bugs": {
"url": "https://github.com/djchie/react-native-star-rating/issues"
},
"homepage": "https://github.com/djchie/react-native-star-rating"
}