forked from GuilhermeC18/node-onvif
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 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
39
40
41
42
43
44
45
46
47
{
"name": "react-native-onvif",
"version": "1.0.0",
"description": "The react-native-onvif is a react native module which allows you to communicate with the network camera which supports the ONVIF specifications.",
"main": "./lib/node-onvif.js",
"files": [
"lib",
"sample"
],
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ONVIF",
"Camera",
"Network Camera",
"Security Camera",
"React Native",
"Baby Camera",
"PTZ"
],
"homepage": "https://github.com/nvojnovic/react-native-onvif",
"author": "Futomi Hatano <futomi.hatano@gmail.com> (https://github.com/futomi)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nvojnovic/react-native-onvif.git"
},
"readmeFilename": "README.md",
"dependencies": {
"@tradle/react-native-http": "^2.0.1",
"buffer": "^5.2.1",
"events": "^1.1.0",
"rn-create-hash": "git+https://github.com/nvojnovic/rn-create-hash.git",
"stream": "0.0.2",
"timers": "^0.1.1",
"url": "^0.11.0",
"util": "^0.10.3",
"xml2js": "^0.4.19"
},
"peerDependencies": {
"react-native-udp": "^3.0.0"
}
}