-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.32 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.32 KB
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
{
"name": "react-native-linear-timer",
"version": "1.4.0",
"description": "Linear Timer component for React Native",
"main": "src/index.js",
"types": "src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"src/"
],
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react-native-linear",
"react-native-timer",
"react-native-linear-timer",
"react native",
"react native linear",
"react native timer",
"react native linear timer",
"react",
"mobile",
"ios",
"android",
"ui",
"timer",
"linear"
],
"repository": {
"type": "git",
"url": "git+https://github.com/meharbhutta/react-native-linear-timer.git"
},
"author": "Muhammad Mehar <meharbhutta@gmail.com> (https://twitter.com/meharbhutta)",
"license": "MIT",
"bugs": {
"url": "https://github.com/meharbhutta/react-native-linear-timer/issues"
},
"homepage": "https://github.com/meharbhutta/react-native-linear-timer#readme",
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-eslint": "^7.2.1",
"babel-jest": "^24.7.1",
"metro-react-native-babel-preset": "^0.53.1",
"prettier": "^1.16.4",
"typescript": "next"
}
}