forked from RobotWebTools/ros3djs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 731 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 731 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
{
"name": "ros3d",
"homepage": "https://www.robotwebtools.org",
"description": "(BOWER IS DEPRECATING! Please use npm version of ros3d). The standard ROS Javascript Visualization Library",
"version": "1.0.1",
"license": "BSD-3-Clause",
"main": "./src/Ros3D.js",
"repository": {
"type": "git",
"url": "https://github.com/RobotWebTools/ros3djs/releases"
},
"keywords": [
"ROS",
"ros",
"roslib",
"roslibjs",
"ros3djs",
"robot"
],
"authors": [
"Robot Webtools Team <robot-web-tools@googlegroups.com> (http://robotwebtools.org)"
],
"dependencies": {
"eventemitter2": "^4.1.0",
"threejs": "mrdoob/three.js#r89",
"roslibjs": "RobotWebTools/roslibjs#^1.0.1"
}
}