forked from archriss/react-native-display-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 KB
/
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
35
36
37
38
39
40
41
42
43
{
"name": "react-native-display-html",
"version": "1.2.5",
"description": "Display HTML content in an automatically sized webview and eases javascript injection inside it.",
"main": "index.js",
"repository": {
"type": "git",
"url": "github.com/archriss/react-native-display-html"
},
"keywords": [
"react",
"native",
"component",
"webview",
"html",
"javascript",
"display",
"react-native",
"archriss",
"typescript",
"typed"
],
"author": "Archriss",
"license": "ISC",
"dependencies": {
"prop-types": "^15.6.0",
"react-native-webview-bridge": "git://github.com/archriss/react-native-webview-bridge.git#4f846f6"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"babel-preset-react-native": "^1.9.0",
"eslint": "^3.6.1",
"eslint-config-standard": "^5.3.5",
"eslint-config-standard-react": "^3.0.0",
"eslint-plugin-promise": "^2.0.0",
"eslint-plugin-react": "^6.3.0",
"eslint-plugin-standard": "^2.0.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}