forked from darwin-morocho/RNSwipeVerify
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 795 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 795 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
{
"name": "react-native-swipe-verify",
"version": "0.1.6",
"license": "MIT",
"author": {
"name": "Darwin Morocho",
"email": "dsmr.apps@gmail.com",
"url": "https://dina.ec"
},
"keywords": [
"react-native-swipe-verify",
"react-native-confirm",
"react-native-verify",
"react-native-slide-confirm",
"react-native-slide-verify"
],
"homepage": "https://github.com/MorochoRochaDarwin/RNSwipeVerify",
"private": false,
"main": "src/index.js",
"scripts": {},
"dependencies": {
"prop-types": "^15.6.2"
},
"devDependencies": {
"babel-jest": "23.6.0",
"metro-react-native-babel-preset": "0.49.2",
"react": "16.6.1",
"react-native": "0.57.5",
"react-test-renderer": "16.6.1"
},
"engines": {
"node": ">=8.12.0"
}
}