-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 1.03 KB
/
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
{
"name": "herocars",
"version": "1.0.0",
"description": "This repo consists of details and open-sourced codes and materials of the HeRoCars - a Robotics Learning Technology developed at the Heterogeneous Robotics Lab of the University of Georgia. HeRoCars is a simulator-hardware integrative framework consisting of a game-inspired Unity-based Simulator module and a low-cost hardware module of robotized RC cars.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/herolab-uga/herocars.git"
},
"author": "Michael Starks, Mia Savelli, and",
"license": "ISC",
"bugs": {
"url": "https://github.com/herolab-uga/herocars/issues"
},
"homepage": "https://github.com/herolab-uga/herocars#readme",
"dependencies": {
"ejs": "^3.1.8",
"esm": "^3.2.25",
"express": "^4.18.1",
"mongodb": "^2.2.33",
"pi-camera": "^1.7.0",
"socket.io": "^4.5.1"
},
"devDependencies": {}
}