forked from trinadhkoya/react-native-multistep-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 728 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 728 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
{
"name": "react-native-multistep-forms",
"version": "0.0.1",
"description": "this a cool animated package for handle multi step screens of react native",
"main": "index.js",
"directories": {
"lib": "src"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"react-native-animatable": "^1.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trinadhkoya/react-native-multistep-forms.git"
},
"author": "Trinadh Koya",
"license": "ISC",
"bugs": {
"url": "https://github.com/trinadhkoya/react-native-multistep-forms.git/issues"
},
"homepage": "https://github.com/trinadhkoya/react-native-multistep-forms.git#readme"
}