forked from RobotWebTools/ros3djs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 830 Bytes
/
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
{
"name": "ros3djs",
"homepage": "https://www.robotwebtools.org",
"description": "The standard ROS Javascript Visualization Library",
"version": "0.17.0-SNAPSHOT",
"license": "BSD-3-Clause",
"main": "./src/Ros3DDD.js",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-jshint": "~0.1.1",
"grunt-karma": "~0.3.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-jsdoc": "~0.3.0",
"grunt-contrib-clean": "~0.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/RobotWebTools/ros3djs/releases"
},
"keywords": [
"ROS",
"ros",
"roslib",
"roslibjs",
"ros3djs",
"robot"
],
"author": "Robot Webtools Team <[email protected]> (http://robotwebtools.org)"
}