-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 730 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 730 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
{
"name": "@remobile/react-native-simple-button",
"version": "1.0.1",
"description": "A simple react-native button",
"main": "index.js",
"author": {
"name": "YunJiang.Fang",
"email": "42550564@qq.com"
},
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"button",
"remobile",
"mobile"
],
"homepage": "https://github.com/remobile/react-native-simple-button",
"bugs": {
"url": "https://github.com/remobile/react-native-simple-button/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/remobile/react-native-simple-button.git"
}
}