forked from rationalappdev/react-native-bottom-drawer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.86 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"_from": "react-native-bottom-drawer",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-5oe6Fa6qxgwVc12jgfYNy9cruB0=",
"_location": "/react-native-bottom-drawer",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "react-native-bottom-drawer",
"name": "react-native-bottom-drawer",
"escapedName": "react-native-bottom-drawer",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-bottom-drawer/-/react-native-bottom-drawer-1.0.2.tgz",
"_shasum": "e687ba15aeaac60c15735da381f60dcbd72bb81d",
"_spec": "react-native-bottom-drawer",
"_where": "/Volumes/Data/Data/PROJECT/Twinger/Outsource/TwoWay/TwoWayApp",
"author": {
"name": "Konstantin Shkut",
"email": "[email protected]",
"url": "http://rationalappdev.com"
},
"bugs": {
"url": "https://github.com/rationalappdev/react-native-bottom-drawer/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "",
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-preset-react-native": "^1.9.1",
"jest": "^19.0.2",
"react": "^15.4.2",
"react-native": "^0.42.3",
"react-test-renderer": "^15.4.2",
"prop-types": "^15.6.1"
},
"homepage": "https://github.com/rationalappdev/react-native-bottom-drawer#readme",
"jest": {
"preset": "react-native"
},
"keywords": [
"react-native",
"drawer"
],
"license": "MIT",
"main": "index.js",
"name": "react-native-bottom-drawer",
"peerDependencies": {
"react-native-vector-icons": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/rationalappdev/react-native-bottom-drawer.git"
},
"scripts": {
"test": "jest"
},
"version": "1.0.2"
}