-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 907 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 907 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
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "rticonnextdds-connector",
"version": "1.1.1.rc1",
"description": "RTI Connector for JavaScript",
"main": "rticonnextdds-connector.js",
"files": [
"rticonnextdds-connector.js",
"rticonnextdds-connector/lib",
"examples/nodejs"
],
"repository": {
"type": "git",
"url": "https://github.com/rticommunity/rticonnextdds-connector-js.git"
},
"dependencies": {
"events": "^3.2.0",
"ref-napi": "^3.0.1",
"ref-struct-napi": "^1.1.1",
"ffi-napi": "^3.1.0",
"sleep": "^6.3.0"
},
"keywords": [
"rti",
"dds",
"connext",
"connector",
"pub",
"sub",
"pub-sub"
],
"author": "Real-Time Innovations, Inc.",
"license": "SEE LICENSE IN LICENSE.pdf",
"bugs": {
"url": "https://github.com/rticommunity/rticonnextdds-connector-js/issues"
},
"homepage": "https://github.com/rticommunity/rticonnextdds-connector-js"
}