forked from postillonmedia/react-native-instagram-zoomable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 814 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
{
"name": "@postillon/react-native-instagram-zoomable",
"version": "1.0.1",
"description": "A component to implement the Instagram Zoom-Draggable-Effect for any component in React-Native",
"main": "index.js",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postillonmedia/react-native-instagram-zoomable.git"
},
"keywords": [
"react-native",
"instagram",
"zoomable",
"drag",
"zoom",
"draggable",
"wrapper"
],
"author": "Daniel Lang",
"license": "MIT",
"bugs": {
"url": "https://github.com/postillonmedia/react-native-instagram-zoomable/issues"
},
"homepage": "https://github.com/postillonmedia/react-native-instagram-zoomable#readme"
}