-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
46 lines (46 loc) · 1.19 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "rticonnextdds-connector",
"version": "1.3.1",
"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",
"koffi": "^2.8.9"
},
"scripts": {
"test": "mocha ./test/nodejs/",
"test-junit": "mocha ./test/nodejs/ --reporter mocha-junit-reporter",
"test-json": "mocha ./test/nodejs/ --reporter json --reporter-option output=test-results.json"
},
"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",
"devDependencies": {
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"mocha": "^10.2.0",
"mocha-junit-reporter": "^2.2.0",
"sinon": "^10.0.0"
}
}