-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.63 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "react-qrvideo",
"version": "0.1.4",
"private": false,
"devDependencies": {
"flow-bin": "^0.52.0",
"jest-expo": "~20.0.0",
"react-native-scripts": "1.3.1",
"react-test-renderer": "16.0.0-alpha.12"
},
"main": "./index.js",
"scripts": {
"start": "react-native-scripts start",
"eject": "react-native-scripts eject",
"android": "react-native-scripts android",
"ios": "react-native-scripts ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"peerDependencies": {
"expo": "^20.0.0",
"history": "^4.7.2",
"immutable": "^3.8.1",
"jsonpack": "^1.1.5",
"react": "16.0.0-alpha.12",
"react-native": "^0.47.0",
"react-native-qrcode-svg": "^5.0.2",
"react-router-redux": "^4.0.8",
"redux": "^3.7.2",
"redux-immutable-state-invariant": "^2.0.0",
"redux-logger": "^3.0.6",
"redux-observable": "^0.16.0",
"redux-persist": "^4.9.1",
"redux-persist-transform-encrypt": "^1.0.2",
"remote-redux-devtools": "^0.5.12",
"rxjs": "^5.4.3"
},
"description": "Transfer data through QR codes.",
"repository": {
"type": "git",
"url": "git+https://github.com/grvty-labs/react-qrvideo.git"
},
"keywords": [
"react",
"react-native",
"react-redux",
"redux",
"qr",
"video",
"qrvideo",
"yamilquery",
"data",
"transfer",
"json"
],
"author": "Yamil Díaz Aguirre <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/grvty-labs/react-qrvideo/issues"
},
"homepage": "https://github.com/grvty-labs/react-qrvideo#readme"
}