-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
62 lines (62 loc) · 1.53 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "react-native-customizable-countdown",
"version": "1.1.3",
"description": "This module gives you the full access to change the UI as you want. More features will be available in the future!",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/Harisene/react-native-customizable-countdown"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"react native",
"mobile",
"ios",
"android",
"ui",
"customize",
"customizable",
"customizable-component",
"react-native-customizable-countdown"
],
"author": "Haritha Senevirathne",
"license": "ISC",
"bugs": {
"url": "https://github.com/Harisene/react-native-customizable-countdown/issues"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/runtime": "^7.8.7",
"babel-jest": "^25.1.0",
"jest": "^25.1.0",
"metro-react-native-babel-preset": "^0.58.0",
"next-transpile-modules": "^3.1.0",
"react": "^16.13.0",
"react-native": "^0.61.5",
"react-test-renderer": "^16.13.0"
},
"dependencies": {
"prop-types": "^15.7.2"
},
"jest": {
"preset": "react-native",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|@react-native-community|react)"
]
},
"homepage": "https://github.com/Harisene/react-native-customizable-countdown"
}