forked from ldn0x7dc/react-native-view-transformer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 753 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
{
"name": "react-native-view-transformer",
"version": "0.0.28",
"description": "A pure JavaScript RN component that makes ANY views transformable using gestures like pinch, double tap or pull.",
"main": "library/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/ldn0x7dc/react-native-view-transformer.git"
},
"bugs": {
"url": "https://github.com/ldn0x7dc/react-native-view-transformer/issues"
},
"homepage": "https://github.com/ldn0x7dc/react-native-view-transformer#readme",
"dependencies": {
"react-native-gesture-responder": "0.1.1",
"react-native-scroller": "0.0.6"
}
}