-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 747 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
{
"name": "react-native-starrating",
"version": "1.0.1",
"description": "a react-native component for display interactive star ratings",
"main": "StarRating.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"react-native": "^0.25.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluesky0109/react-native-starRating.git"
},
"keywords": [
"react",
"native",
"star",
"rating"
],
"author": "bluesky0109(https://github.com/bluesky0109)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bluesky0109/react-native-starRating/issues"
},
"homepage": "https://github.com/bluesky0109/react-native-starRating#readme"
}