-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
34 lines (34 loc) · 861 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
{
"name": "react-native-kakao-links",
"version": "1.0.6",
"description": "React-Native Module for KakaoLink",
"main": "index.js",
"typings": "index.d.ts",
"keywords": [
"react-native",
"react-native-kakao",
"react-native-kakao-link",
"react-native-kakao-links",
"react-native-kakaotalk",
"react-native-kakao-talk",
"kakao",
"kakaotalk",
"kakaolink"
],
"author": {
"name": "Seo Taehoon",
"url": "https://github.com/shpongle2634"
},
"homepage": "https://github.com/shpongle2634/react-native-kakao-links",
"bugs": {
"url": "https://github.com/shpongle2634/react-native-kakao-links/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shpongle2634/react-native-kakao-links.git"
},
"license": "MIT",
"peerDependencies": {
"react-native": ">= 0.51"
}
}