-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 2.28 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
44
45
46
47
48
49
50
51
52
53
{
"_from": "https://github.com/ArturGr/react-native-android-keyboard-dismiss-input/tarball/master",
"_id": "react-native-android-keyboard-dismiss-input@0.0.1",
"_inBundle": false,
"_integrity": "sha512-6PzMOlQCr695HDSAGLOmbXEvrnkPEcChrPhoD5dWXcJLR5z/rngH4O9cM367WDKRPP5N3Hm2d1OZOZ4fph3CoQ==",
"_location": "/react-native-android-keyboard-dismiss-input",
"_phantomChildren": {},
"_requested": {
"type": "remote",
"raw": "react-native-android-keyboard-dismiss-input@https://github.com/ArturGr/react-native-android-keyboard-dismiss-input/tarball/master",
"name": "react-native-android-keyboard-dismiss-input",
"escapedName": "react-native-android-keyboard-dismiss-input",
"rawSpec": "https://github.com/ArturGr/react-native-android-keyboard-dismiss-input/tarball/master",
"saveSpec": "https://github.com/ArturGr/react-native-android-keyboard-dismiss-input/tarball/master",
"fetchSpec": "https://github.com/ArturGr/react-native-android-keyboard-dismiss-input/tarball/master"
},
"_requiredBy": [
"/"
],
"_resolved": "https://github.com/ArturGr/react-native-android-keyboard-dismiss-input/tarball/master",
"_spec": "react-native-android-keyboard-dismiss-input@https://github.com/ArturGr/react-native-android-keyboard-dismiss-input/tarball/master",
"_where": "/Users/artur/ReactWorkbench/clone2/superphone-mobile",
"author": {
"name": "Artur Gräfenstein"
},
"bugs": {
"url": "https://github.com/MrToph/react-native-android-library-boilerplate/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "This project serves as a boilerplate to create custom React Native native modules that can later be installed through NPM and easily be used in production.",
"homepage": "https://github.com/MrToph/react-native-android-library-boilerplate",
"keywords": [
"react-native",
"android",
"library"
],
"license": "Unlicense",
"name": "react-native-android-keyboard-dismiss-input",
"peerDependencies": {
"react-native": ">=0.38.0"
},
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/MrToph/react-native-android-library-boilerplate.git"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"version": "0.0.1"
}