forked from lightbasenl/react-native-panorama-view
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 KB
/
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
39
40
41
{
"name": "@thomas_hunt/react-native-panorama-view",
"title": "React Native Panorama View",
"version": "0.1.6",
"description": "A simple component for displaying panoramic images in your React Native app.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "echo \"No tests specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/WarpSpade/react-native-panorama-view.git",
"baseUrl": "https://github.com/WarpSpade/react-native-panorama-view"
},
"keywords": [
"react-native"
],
"author": {
"name": "Rody Molenaar",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.5.0",
"react-native": ">=0.57.0-rc.0 <1.0.x"
},
"devDependencies": {
"@lightbase/eslint-config-lightbase": "^1.0.3",
"@types/react": "^16.8.20",
"@types/react-native": "^0.57.63",
"eslint": "^5.16.0",
"prettier": "^1.18.2",
"react": "^16.5.0",
"react-native": "^0.59.4",
"typescript": "^3.5.2"
}
}