forked from RobotWebTools/ros3djs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
{
"name": "ros3d",
"homepage": "https://www.robotwebtools.org",
"description": "The standard ROS Javascript Visualization Library",
"version": "0.18.0",
"license": "BSD-3-Clause",
"main": "./src/Ros3D.js",
"dependencies": {
"eventemitter2": "~2.2.0",
"roslib": ">=0.14.0",
"three": "^0.88.0"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsdoc": "^2.1.0",
"grunt-karma": "^2.0.0",
"karma": "^1.1.1",
"karma-chai": "^0.1.0",
"mocha": "^3.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/RobotWebTools/ros3djs/releases"
},
"keywords": [
"ROS",
"ros",
"roslib",
"roslibjs",
"ros3d",
"ros3djs",
"robot"
],
"author": "Robot Webtools Team <robot-web-tools@googlegroups.com> (http://robotwebtools.org)",
"directories": {
"example": "examples"
}
}