-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 880 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 880 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
{
"name": "node-red-contrib-ros",
"version": "1.0.10",
"description": "Node-RED nodes for connecting to ROS bridge",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/namgk/node-red-contrib-ros.git"
},
"keywords": [
"node-red",
"ros"
],
"node-red": {
"nodes": {
"ros_publish": "./nodes/ros-publish.js",
"ros_server": "./nodes/ros-server.js",
"ros_service_call": "./nodes/ros-service-call.js",
"ros_setup": "./nodes/ros-setup.js",
"ros_subscribe": "./nodes/ros-subscribe.js",
"ros_time": "./nodes/ros-time.js"
}
},
"author": "Nam Giang",
"license": "MIT",
"bugs": {
"url": "https://github.com/namgk/node-red-contrib-ros/issues"
},
"homepage": "https://github.com/namgk/node-red-contrib-ros#readme",
"dependencies": {
"roslib": "^1.3.0",
"rosnodejs": "^3.1.0"
}
}