forked from RobotWebTools/roslibjs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
28 lines (28 loc) · 984 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": "1.0.1",
"homepage": "https://github.com/RobotWebTools/roslibjs",
"authors": [
"Russell Toris<rctoris@wpi.edu>",
"Jihoon Lee <jihoonlee.in@gmail.com>",
"Brandon Alexander <balexander@willowgarage.com>",
"David Gossow <dgossow@willowgarage.com>",
"Benjamin Pitzer <ben.pitzer@gmail.com>"
],
"main": "build/roslib.js",
"license": "BSD",
"ignore": [
"bower_components",
"doc",
"examples",
"include",
"node_modules",
"src",
"test",
"utils"
],
"dependencies": {
"eventemitter2": "^4.1.0"
}
}