-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
35 lines (35 loc) · 1008 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": "image360viewer",
"description": "The 360 image viewer for react native",
"author": "Rodrigo Gonçalves Santana <rodrigo.rgtic@gmail.com> (https://www.linkedin.com/in/rodrigo-gon%C3%A7alves-santana/)",
"version": "1.4.7",
"main": "index.js",
"types": "index.d.ts",
"license": "MIT",
"keywords": [
"react-native",
"360-image-viewer",
"360-image-react-native",
"rn-360-image-viewer",
"react-native-image-viewer",
"react-component"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rodrigorgtic/image360viewer.git"
},
"bugs": {
"url": "https://github.com/rodrigorgtic/image360viewer/issues"
},
"homepage": "https://github.com/rodrigorgtic/image360viewer/blob/master/README.md",
"peerDependencies": {
"react-native": ">=0.42.0",
"react": ">=16.9.35",
"react-native-svg": ">=12.1.1"
},
"dependencies": {
"normalize-svg-path": "^1.1.0",
"parse-svg-path": "^0.1.2",
"abs-svg-path": "^0.1.1"
}
}