-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
30 lines (30 loc) · 880 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
{
"name": "react-native-stars",
"version": "1.2.2",
"description": "a versatile react native star review component with half star compatibility and custom images, star sizes, star count, star spacing, and value display.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Extrct/react-native-stars.git"
},
"keywords": [
"react-native",
"react-native-component",
"ios",
"android",
"star",
"stars",
"reviews",
"star-review",
"star-reviews"
],
"author": "Austin Montgomery <austin.munro.montgomery@gmail.com> (https://github.com/Extrct)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Extrct/react-native-stars/issues"
},
"homepage": "https://github.com/Extrct/react-native-stars#readme"
}