forked from watzak/react-native-instagram-oauth
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 834 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
{
"name": "react-native-youtube-oauth",
"version": "0.0.4",
"description": "react-native youtube login",
"main": "src/RNYoutubeOAuth.js",
"dependencies": {
"react-native-deep-linking": "^2.1.0",
"shitty-qs": "^1.0.1"
},
"devDependencies": {
"react-native": "^0.15.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/indatawetrust/react-native-youtube-oauth.git"
},
"keywords": [
"react-native",
"youtube",
"oauth",
"login"
],
"author": "Ahmet Şimşek <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indatawetrust/react-native-youtube-oauth/issues"
},
"homepage": "https://github.com/indatawetrust/react-native-youtube-oauth#readme"
}