-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1023 Bytes
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1023 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "react-native-steps",
"version": "1.3.0",
"description": "A react-native implementation of step indicators widget.",
"main": "Steps.js",
"types": "index.d.ts",
"directories": {
"sample": "sample",
"steps-test": "steps-test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hamraa/react-native-steps.git"
},
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"step",
"steps",
"indicator",
"step-indicator",
"step-indicators",
"viewpager",
"scrollview",
"listview",
"flatlist"
],
"author": "hamraa",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/hamraa/react-native-steps/issues"
},
"homepage": "https://github.com/hamraa/react-native-steps#readme",
"dependencies": {
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "16.6.3",
"react-native": "0.58.6"
}
}