1 Star 0 Fork 1

TonyRobotics/TR-HMI-Server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 955 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dominic 提交于 2018-05-30 14:56 . update package.json
{
"name": "tr_hmi_services",
"version": "1.0.0",
"description": "TR 通用人机交互界面 ROS 层服务端",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"static": "serve src/public",
"start": "node src/index.js",
"turtle": "node src/test/turtle.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/TonyRobotics/TR-HMI-Ser.git"
},
"author": "Dominic",
"license": "ISC",
"bugs": {
"url": "https://github.com/TonyRobotics/TR-HMI-Ser/issues"
},
"homepage": "https://github.com/TonyRobotics/TR-HMI-Ser#README",
"dependencies": {
"koa": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-cache-control": "^2.0.0",
"koa-json": "^2.0.2",
"koa-router": "^7.4.0",
"koa-static": "^4.0.2",
"lodash.debounce": "^4.0.8",
"lowdb": "^1.0.0",
"rosnodejs": "^2.2.0",
"shortid": "^2.2.8",
"socket.io": "^2.1.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/tonyrobotics/TR-HMI-Server.git
git@gitee.com:tonyrobotics/TR-HMI-Server.git
tonyrobotics
TR-HMI-Server
TR-HMI-Server
master

搜索帮助