forked from wanxsb/react-native-qrcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 757 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
{
"name": "react-native-qrcode",
"version": "0.3.0",
"description": "react-native qrocode generator",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/cssivision/react-native-qrcode.git"
},
"keywords": [
"react-native",
"qrcode"
],
"author": "sivision.chen <cssivision@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cssivision/react-native-qrcode/issues"
},
"peerDependencies": {
"react": "*",
"react-native": ">= 0.59.0",
"react-native-webview": "^5.4.0"
},
"homepage": "https://github.com/cssivision/react-native-qrcode#readme",
"dependencies": {
"create-react-class": "^15.6.0",
"prop-types": "^15.5.10",
"qr.js": "0.0.0"
}
}