forked from maxs15/react-native-modalbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 817 Bytes
/
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
{
"name": "@vollainc/react-native-modalbox",
"version": "2.4.2",
"description": "A <Modal/> component for volla",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/VollaInc/react-native-modalbox.git"
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"modal",
"box",
"modalbox",
"window",
"swipe"
],
"author": "Wuyialex",
"license": "MIT",
"bugs": {
"url": "https://github.com/VollaInc/react-native-modalbox/issues"
},
"homepage": "https://github.com/VollaInc/react-native-modalbox#readme",
"dependencies": {
"prop-types": "^15.5.10"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}