forked from RobotWebTools/ros2djs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 963 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
32
33
34
35
36
37
{
"name": "ros2d",
"homepage": "https://www.robotwebtools.org",
"description": "2D Visualization Library for use with the ROS JavaScript Libraries",
"version": "0.9.0",
"license": "BSD-2-Clause",
"devDependencies": {
"grunt": "^1.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsdoc": "^2.1.0",
"grunt-karma": "^4.0.0",
"karma": "^6.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/RobotWebTools/ros2djs/releases"
},
"bugs": {
"url": "https://github.com/RobotWebTools/ros2djs/issues"
},
"scripts": {
"build": "grunt build"
},
"keywords": [
"ROS",
"ros",
"ros2d",
"ros2djs",
"robot"
],
"author": "Robot Webtools Team <[email protected]> (http://robotwebtools.org)"
}