forked from ttdung11t2/react-native-confirmation-code-input
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 731 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 731 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-confirmation-code-input-demo",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"babel-preset-react-native": "2.1.0",
"lodash": "^4.17.4",
"prop-types": "^15.5.10",
"react": "16.0.0-alpha.12",
"react-native": "0.47.2",
"react-native-confirmation-code-input": "^1.0.0"
},
"devDependencies": {
"babel-jest": "20.0.3",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
},
"homepage": "https://github.com/ttdung11t2/react-native-confirmation-code-input.git",
"author": "Dung Tran <ttdung001@gmail.com>",
"license": "MIT"
}