forked from GuoChen-WHU/react-native-pinch-zoom-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 839 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-pinch-zoom-view",
"version": "0.2.0",
"description": "A pinch-to-zoom view for React Native.",
"main": "index.js",
"scripts": {
"prettify": "prettier --single-quote --write 'index.js'"
},
"peerDependencies": {
"react": ">=15.4.0",
"react-native": ">=0.41.2"
},
"repository": {
"type": "git",
"url": "git://github.com/GuoChen-WHU/react-native-pinch-zoom-view.git"
},
"keywords": [
"pinch",
"zoom",
"view",
"react-native"
],
"author": "Chen Guo",
"license": "MIT",
"bugs": {
"url": "https://github.com/GuoChen-WHU/react-native-pinch-zoom-view/issues"
},
"homepage": "https://github.com/GuoChen-WHU/react-native-pinch-zoom-view#readme",
"dependencies": {
"prop-types": "^15.6.0"
},
"devDependencies": {
"prettier": "1.13.7"
}
}