-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
63 lines (63 loc) · 1.74 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
{
"name": "react-native-onvif",
"version": "1.0.0",
"description": "React Native wrapper for node-onvif library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:keenubee/react-native-onvif.git"
},
"keywords": [
"react-native",
"onvif",
"camera"
],
"author": "Aleksey Antonov <[email protected]> (https://github.com/keenubee)",
"license": "MIT",
"bugs": {
"url": "https://github.com/keenubee/react-native-onvif/issues"
},
"homepage": "https://github.com/keenubee/react-native-onvif#readme",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-randombytes": "*",
"react-native-udp": "*"
},
"dependencies": {
"assert": "^1.1.1",
"browserify-zlib": "~0.1.4",
"buffer": "^4.9.1",
"inherits": "^2.0.1",
"console-browserify": "^1.1.0",
"constants-browserify": "^1.0.0",
"react-native-crypto": "^2.1.0",
"react-native-randombytes": "^3.0.0",
"dns.js": "^1.0.1",
"domain-browser": "^1.1.1",
"events": "^1.0.0",
"@tradle/react-native-http": "^2.0.0",
"https-browserify": "~0.0.0",
"react-native-os": "^1.0.1",
"path-browserify": "0.0.0",
"process": "^0.11.0",
"punycode": "^1.2.4",
"querystring-es3": "~0.2.0",
"react-native-level-fs": "^3.0.0",
"react-native-udp": "^2.1.0",
"readable-stream": "1.0.33",
"stream-browserify": "^1.0.0",
"string_decoder": "~0.10.25",
"timers-browserify": "^1.0.1",
"tty-browserify": "0.0.0",
"url": "~0.10.1",
"util": "~0.10.3",
"react-native-tcp": "^3.2.1",
"vm-browserify": "0.0.4",
"node-onvif": "^0.1.7",
"rn-nodeify": "^10.0.1"
}
}