-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 833 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 833 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
30
31
{
"name": "react-native-qrcode-kit",
"version": "0.0.2",
"description": "A tool kit for react native qrcode,include qrcode scanner/image reader and qrcode generator.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Obooman/react-native-qrcode-kit.git"
},
"keywords": [
"react-native",
"rn",
"qrcode",
"scanner",
"reader",
"generator"
],
"author": "oboo chin <cheng.12@live.cn> (github.com/obooman)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Obooman/react-native-qrcode-kit/issues"
},
"homepage": "https://github.com/Obooman/react-native-qrcode-kit#readme",
"dependencies": {
"react-native-camera": "^0.3.8"
},
"devDependencies": {}
}