forked from oblador/react-native-lightbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 807 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
{
"name": "react-native-lightbox",
"version": "0.6.0",
"description": "Images etc in Full Screen Lightbox Popovers for React Native",
"main": "Lightbox.js",
"scripts": {
"test": "flow check"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"android",
"ui",
"lightbox",
"gallery",
"image"
],
"repository": {
"type": "git",
"url": "https://[email protected]/oblador/react-native-lightbox.git"
},
"author": "Joel Arvidsson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/oblador/react-native-lightbox/issues"
},
"homepage": "https://github.com/oblador/react-native-lightbox",
"dependencies": {
"react-timer-mixin": "^0.13.3"
}
}