forked from goretkin/ros3djs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 930 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 930 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
34
35
{
"name": "ros3djs",
"homepage": "https://www.robotwebtools.org",
"description": "The standard ROS Javascript Visualization Library",
"version": "0.17.0-SNAPSHOT",
"license": "BSD-3-Clause",
"main": "./ros3djs_wrapper.js",
"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",
"ros3djs",
"robot"
],
"author": "Robot Webtools Team <robot-web-tools@googlegroups.com> (http://robotwebtools.org)"
}