forked from tomzaku/react-native-timeline-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 862 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
{
"name": "react-native-timeline-theme",
"version": "0.0.9",
"dependencies ": {
"prop-types": "^15.6.0",
"react-native-dash": "0.0.8"
},
"devDependencies": {
"react-native-dash": "0.0.8"
},
"peerDependencies": {
"react-native-dash": "0.0.8"
},
"jest": {
"preset": "react-native"
},
"description": "Timeline for react native with flexbox and flatlist",
"main": "./lib/index.js",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tomzaku/react-native-timeline.git"
},
"keywords": [
"react-native",
"timeline",
"flexbox",
"flatlist"
],
"author": "Zaku",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomzaku/react-native-timeline/issues"
},
"homepage": "https://github.com/tomzaku/react-native-timeline#readme"
}