forked from saki4510t/UVCCamera
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 655 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 655 Bytes
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
{
"name": "react-native-uvc-camera",
"version": "2.0.2",
"description": "A USB video class Camera component for React Native",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flyskywhy/react-native-uvc-camera.git"
},
"keywords": [
"android",
"uvccamera",
"react-native",
"usbcamera"
],
"author": "flyskywhy",
"license": "ISC",
"bugs": {
"url": "https://github.com/flyskywhy/react-native-uvc-camera/issues"
},
"homepage": "https://github.com/flyskywhy/react-native-uvc-camera#readme"
}