-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.01 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.01 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
{
"name": "rticonnextdds-connector",
"version": "1.0.0",
"description": "RTI Connector for JavaScript",
"main": "rticonnextdds-connector.js",
"scripts": {
"test": "echo \"test\""
},
"files": [
"rticonnextdds-connector.js",
"rticonnextdds-connector/lib",
"examples/nodejs"
],
"repository": {
"type": "git",
"url": "https://github.com/rticommunity/rticonnextdds-connector-js.git"
},
"dependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"events": "*",
"ffi": "github:rticommunity/node-ffi#node-12",
"ref": "github:rticommunity/ref#node-12",
"sinon": "^9.0.2",
"sleep": "*"
},
"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"
}