-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.07 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
42
43
44
45
46
47
48
{
"name": "react-native-image-qrcode",
"version": "0.1.2",
"description": "react-native render qrocode",
"main": "index.js",
"private": false,
"author": "Timson020 <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/Timson020/react-native-image-qrcode#readme",
"engines": {
"node": ">=8.11.3"
},
"scripts": {
"test": "jest"
},
"peerDependencies": {
"react": "*",
"react-native": ">= 0.50.0"
},
"dependencies": {
"qr.js": "^0.0.0",
"prop-types": "^15.6.2"
},
"jest": {
"preset": "react-native"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"babel-preset-react-native": "^5.0.2",
"eslint": "^5.2.0",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-react-native": "^3.2.1"
},
"keywords": [
"react-native",
"qrcode"
],
"bugs": {
"url": "https://github.com/Timson020/react-native-image-qrcode/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Timson020/react-native-image-qrcode.git"
}
}