-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
38 lines (38 loc) · 810 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
37
38
{
"name": "react-native-pinchable",
"version": "0.2.1",
"description": "Pinch to zoom for React Native",
"main": "index.js",
"scripts": {
"format": "prettier --write *.{md,js,json}"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"ui",
"gesture",
"zoom",
"pinch",
"image"
],
"author": {
"name": "Joel Arvidsson",
"email": "[email protected]"
},
"homepage": "https://github.com/oblador/react-native-pinchable",
"bugs": {
"url": "https://github.com/oblador/react-native-pinchable/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/oblador/react-native-pinchable.git"
},
"license": "MIT",
"devDependencies": {
"prettier": "^2.2.1"
}
}