forked from RobotWebTools/roslibjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
28 lines (28 loc) · 985 Bytes
/
bower.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
{
"name": "roslib",
"description": "(BOWER IS DEPRECATING! Please use npm version of roslib). roslibjs is the core JavaScript library for interacting with ROS from the browser. It uses WebSockets to connect with rosbridge and provides publishing, subscribing, service calls, actionlib, TF, URDF parsing, and other essential ROS functionality. roslibjs is developed as part of the Robot Web Tools effort.",
"version": "0.20.0",
"homepage": "https://github.com/RobotWebTools/roslibjs",
"authors": [
"Russell Toris<[email protected]>",
"Jihoon Lee <[email protected]>",
"Brandon Alexander <[email protected]>",
"David Gossow <[email protected]>",
"Benjamin Pitzer <[email protected]>"
],
"main": "build/roslib.js",
"license": "BSD",
"ignore": [
"bower_components",
"doc",
"examples",
"include",
"node_modules",
"src",
"test",
"utils"
],
"dependencies": {
"eventemitter2": "~2.2.0"
}
}