-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.09 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.09 KB
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
{
"name": "react-native-simple-camera",
"description": "A Camera component for React Native. Also reads barcodes. Based on react-native-camera.",
"version": "0.1.1",
"author": "Lauri Saarni <lauri@web-essentials.asia> (http://www.web-essentials.co)",
"homepage": "https://github.com/laurisaarni/react-native-simple-camera",
"keywords": [
"barcode",
"camera",
"code",
"native",
"qr",
"react",
"react-native"
],
"dependencies": {
"react-native-camera": "^1.0.2",
"react-native-loading-spinner-overlay": "^0.5.2"
},
"devDependencies": {
"babel-jest": "22.1.0",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.12.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-react-native": "^1.6.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"jest": "22.1.4",
"react-test-renderer": "16.2.0"
},
"main": "src/index.js",
"nativePackage": true,
"repository": {
"type": "git",
"url": "https://github.com/laurisaarni/react-native-simple-camera.git"
}
}