-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 724 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 724 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
{
"name": "mjpegcanvas",
"homepage": "https://www.robotwebtools.org",
"description": "Display a MJPEG stream from the ROS web_video_server Inside of a HTML5 Canvas",
"version": "0.5.0-SNAPSHOT",
"license": "BSD",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-jsdoc": "~0.3.0",
"grunt-contrib-clean": "~0.4.0"
},
"keywords": [
"ROS",
"ros",
"mjpeg",
"mjpegcanvas",
"mjpegcanvasjs",
"robot",
"mjpeg_server",
"web_video_server"
],
"author": "Russell Toris <russell.toris@gmail.com> (http://wpi.edu/~rctoris/)"
}