-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
40 lines (40 loc) · 925 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
34
35
36
37
38
39
40
{
"name": "react-native-smscode-count-down",
"version": "0.1.19",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {},
"devDependencies": {
"react": "16.0.0",
"react-native": "0.50.4",
"babel-jest": "23.4.2",
"babel-preset-react-native": "4.0.0",
"jest": "23.5.0",
"react-test-renderer": "16.0.0"
},
"jest": {
"preset": "react-native"
},
"files": [
"src/"
],
"description": "点击按钮发送请求获取验证码,获取成功后按钮上显示倒计时",
"main": "src/",
"repository": {
"type": "git",
"url": "git+https://github.com/yongqianvip/RNCountDown.git"
},
"keywords": [
"react-native",
"smscode",
"count-down"
],
"author": "yongqianvip",
"license": "MIT",
"bugs": {
"url": "https://github.com/yongqianvip/RNCountDown/issues"
},
"homepage": "https://github.com/yongqianvip/RNCountDown#readme"
}