-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "react-native-webview-file-upload-android",
"version": "0.4.2",
"main": "index.js",
"description": "ReactNative's WebView on Android does not support file input. This library adds in an `<AndroidWebView>` that does support file input.",
"repository": {
"type": "git",
"url": "https://github.com/Oblongmana/react-native-webview-file-upload-android"
},
"license": "BSD-3-Clause",
"files": [
"index.js",
"AndroidWebView.js",
"android/",
"LICENSE",
"README.md"
],
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"peerDependencies": {
"react": "^15.3.2",
"react-native": "^0.40.0"
},
"dependencies": {
"keymirror": "^0.1.1",
"warning": "^3.0.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-jest": "18.0.0",
"babel-preset-react-native": "1.9.1",
"eslint": "^3.14.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.9.0",
"jest": "18.1.0",
"react-test-renderer": "15.4.2"
}
}