forked from edo1493/react-native-modalbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.66 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.66 KB
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
{
"_from": "react-native-modalbox@^1.7.1",
"_id": "react-native-modalbox@1.7.1",
"_inBundle": false,
"_integrity": "sha512-Jqn12MKQaT5OSb1uMAEeDQF02xHS+WWdgKl55ecoIknrDy+FIoC3fXHMEoRZH6agADDg9eVBqx8w+P7+EwXTbQ==",
"_location": "/react-native-modalbox",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "react-native-modalbox@^1.7.1",
"name": "react-native-modalbox",
"escapedName": "react-native-modalbox",
"rawSpec": "^1.7.1",
"saveSpec": null,
"fetchSpec": "^1.7.1"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-modalbox/-/react-native-modalbox-1.7.1.tgz",
"_shasum": "cdb623ecd1cbe8699a450217c25b2d6666dc63e6",
"_spec": "react-native-modalbox@^1.7.1",
"_where": "/Users/edoardomoreni/Desktop/emma-app",
"author": {
"name": "Maxime Mezrahi"
},
"bugs": {
"url": "https://github.com/maxs15/react-native-modalbox/issues"
},
"bundleDependencies": false,
"dependencies": {
"create-react-class": "^15.6.0",
"prop-types": "^15.5.10"
},
"deprecated": false,
"description": "A <Modal/> component for react-native",
"homepage": "https://github.com/maxs15/react-native-modalbox#readme",
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"modal",
"box",
"modalbox",
"window",
"swipe"
],
"license": "MIT",
"main": "index.js",
"name": "react-native-modalbox",
"repository": {
"type": "git",
"url": "git+https://github.com/maxs15/react-native-modalbox.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.7.1"
}