forked from pintocarlos/react-native-transformable-image
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 678 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 678 Bytes
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-transformable-image-next",
"version": "0.0.20",
"description": "",
"main": "library/TransformableImage.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rudin/react-native-transformable-image-next.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rudin/react-native-transformable-image-next/issues"
},
"homepage": "https://github.com/ldn0x7dc/react-native-transformable-image-next#readme",
"dependencies": {
"prop-types": "^15.5.10",
"react-native-view-transformer-next": "^0.0.29"
}
}