-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 742 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 742 Bytes
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
{
"name": "react-native-qrcode-generator",
"version": "1.2.2",
"description": "react-native qrocode generator",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "ssh://git@github.com/rishichawda/react-native-qrcode-generator.git"
},
"keywords": [
"react-native",
"qrcode",
"generator"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/rishichawda/react-native-qrcode-generator/issues"
},
"homepage": "https://github.com/rishichawda/react-native-qrcode-generator#readme",
"dependencies": {
"prop-types": "^15.5.10",
"create-react-class": "^15.6.3",
"qr.js": "^0.0.0"
},
"peerDependencies": {
"react-native-webview": "^9.0.1"
}
}