forked from 24ark/react-native-step-indicator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 885 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
{
"name": "react-native-step-indicator",
"version": "0.0.11",
"description": "A simple react-native implementation of step indicator widget compatible with the ViewPager, ListView and Flatlist",
"main": "StepIndicator.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/24ark/react-native-step-indicator.git"
},
"keywords": [
"react-component",
"ios",
"android",
"react-native",
"step-indicator",
"viewpager",
"scrollview",
"listview"
],
"author": "Arkit Vora",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/24ark/react-native-step-indicator/issues"
},
"homepage": "https://github.com/24ark/react-native-step-indicator#readme",
"dependencies": {
"prop-types": "^15.6.0"
}
}