forked from talalmajali/react-native-countdown-component
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 796 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
{
"name": "react-native-countdown-component",
"version": "2.6.0",
"description": "React Native CountDown Component",
"repository": {
"type": "git",
"url": "https://github.com/talalmajali/react-native-countdown-component.git"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"counter",
"countdown"
],
"author": {
"name": "Talal Majali",
"email": "[email protected]"
},
"homepage": "https://github.com/talalmajali/react-native-countdown-component",
"bugs": {
"url": "https://github.com/talalmajali/react-native-countdown-component/issues"
},
"dependencies": {
"lodash": "^4.17.3",
"sprintf-js": "^1.1.1",
"prop-types": "^15.5.8"
}
}