-
Notifications
You must be signed in to change notification settings - Fork 418
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.01 KB
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
{
"name": "roslib-examples",
"version": "2.0.0",
"description": "Example usage of roslibjs",
"keywords": [
"ROS",
"ros",
"roslib",
"roslibjs",
"robot"
],
"homepage": "https://github.com/RobotWebTools/roslibjs#readme",
"bugs": {
"url": "https://github.com/RobotWebTools/roslibjs/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobotWebTools/roslibjs.git"
},
"license": "BSD-2-Clause",
"author": "Robot Webtools Team <robot-web-tools@googlegroups.com> (https://robotwebtools.github.io)",
"contributors": [
{
"name": "Ezra Brooks",
"email": "ezra@brooks.cx",
"url": "https://github.com/EzraBrooks"
}
],
"scripts": {
"start": "http-server .. -o /roslib-examples/src/index.html",
"test": "playwright install --with-deps && playwright test"
},
"devDependencies": {
"@playwright/test": "^1.56.1",
"http-server": "^14.1.1",
"playwright": "^1.56.1"
},
"dependencies": {
"roslib": "^2.0.0"
}
}