forked from yuanshan/react-native-weibo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 691 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 691 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
{
"name": "react-native-weibo-lib",
"version": "3.1.2",
"description": "新浪微博登录和分享模块",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wiseqingyang/react-native-weibo-lib.git"
},
"keywords": [
"react-native",
"ios",
"android",
"weibo",
"sina",
"share",
"login"
],
"author": "wiseqingyang",
"license": "ISC",
"bugs": {
"url": "https://github.com/wiseqingyang/react-native-weibo-lib#issues"
},
"homepage": "https://github.com/wiseqingyang/react-native-weibo-lib#readme",
"dependencies": {}
}