node-libcamera 0.1.7 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +23 -2
package/package.json CHANGED
@@ -1,8 +1,29 @@
1
1
  {
2
2
  "name": "node-libcamera",
3
- "author": "Hussain Abbas",
4
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
+ "description": "A Node.js wrapper for the Raspberry Pi libcamera API",
5
+ "keywords": [
6
+ "raspberry pi",
7
+ "camera",
8
+ "video",
9
+ "streaming",
10
+ "stream",
11
+ "libcamera",
12
+ "node-libcamera",
13
+ "raspicam",
14
+ "raspivid",
15
+ "raspistill",
16
+ "libcamera-still",
17
+ "libcamera-vid",
18
+ "libcamera-jpeg"
19
+ ],
20
+ "homepage": "https://github.com/superhussain/node-libcamera#readme",
21
+ "bugs": {
22
+ "url": "https://github.com/superhussain/node-libcamera/issues",
23
+ "email": "howdy@hussainabbas.com"
24
+ },
5
25
  "license": "MIT",
26
+ "author": "Hussain Abbas <howdy@hussainabbas.com> (https://hussainabbas.com)",
6
27
  "main": "dist/index.js",
7
28
  "typings": "dist/index.d.ts",
8
29
  "module": "dist/node-libcamera.esm.js",