-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.05 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": "nodebot",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"icpjs": "git+https://[email protected]/eriknoorland/icpjs.git",
"line-sensor": "git+https://[email protected]/eriknoorland/node-line-sensor.git",
"mathjs": "^9.4.4",
"node-gripper": "git+https://[email protected]/eriknoorland/node-gripper.git",
"node-imu": "git+https://[email protected]/eriknoorland/node-BNO055.git",
"node-rplidar": "git+https://[email protected]/eriknoorland/node-rplidar.git",
"node-ydlidar": "git+https://[email protected]/eriknoorland/node-ydlidar.git",
"nodebot-motion-controller": "git+https://[email protected]/eriknoorland/nodebot-motion-controller.git",
"nodemon": "^2.0.12",
"robotlib": "git+https://[email protected]/eriknoorland/node-robotlib.git",
"serialport": "^8.0.8",
"shelljs": "^0.8.4",
"socket.io": "^4.2.0"
}
}