forked from IntelRealSense/librealsense
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 839 Bytes
/
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
{
"name": "node-librealsense",
"version": "0.2130.0",
"description": "Node.js API for Intel® RealSense™ SDK 2.0",
"main": "index.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IntelRealSense/librealsense.git"
},
"keywords": [
"realsense",
"camera",
"depth camera"
],
"scripts": {
"test": "mocha",
"doc": "node scripts/generate-doc.js",
"install": "node-gyp rebuild",
"postinstall": "node scripts/generate-doc.js"
},
"author": "Kenny Yuan <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"bindings": "^1.2.1",
"fs-compare": "0.0.4",
"jsonfile": "^3.0.1",
"nan": "^2.14.1",
"pngjs": "^3.3.0"
},
"devDependencies": {
"marked": "~0.3.9",
"jsdoc": "^3.6.6"
}
}