-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 884 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 884 Bytes
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-twitter-login",
"version": "0.0.2",
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"react-native": "^0.3.1"
},
"description": "A sample on how to embed the Native Twitter Login Button in a react native application",
"main": "TWTRLogInButtonIOS.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/yosit/react-native-twitter-login.git"
},
"keywords": [
"react",
"reactnative",
"native",
"twitter",
"login",
"button",
"react-component",
"react-native",
"ios"
],
"author": "Yosi Taguri <yosi@taguri.com> (https://yallo.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/yosit/react-native-twitter-login/issues"
},
"homepage": "https://github.com/yosit/react-native-twitter-login"
}