forked from ws2356/zhike-mobile-webview
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 788 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
33
34
{
"name": "zhike-mobile-webview",
"version": "3.2.9",
"description": "webview with several hocs customizing link handling",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"prop-types": "^15.0.0",
"urijs": "^1.19.0"
},
"peerDependencies": {
"react-native": "*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bestofsong/zhike-mobile-webview.git"
},
"keywords": [
"react-native",
"rn",
"webview",
"js",
"callback",
"jsbridge"
],
"author": "wansong",
"license": "ISC",
"bugs": {
"url": "https://github.com/bestofsong/zhike-mobile-webview/issues"
},
"homepage": "https://github.com/bestofsong/zhike-mobile-webview#readme"
}