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