1 Star 2 Fork 0

richard / IntelligentTourMap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.28 KB
一键复制 编辑 原始数据 按行查看 历史
richard 提交于 2019-05-22 10:17 . --workers=1
{
"name": "intelligent_tour_map",
"version": "1.0.0",
"description": "毕业设计",
"private": true,
"egg": {
"declarations": true
},
"dependencies": {
"await-stream-ready": "^1.0.1",
"egg": "^2.15.1",
"egg-cors": "^2.2.0",
"egg-scripts": "^2.11.0",
"egg-swagger-doc": "^2.2.9",
"egg-view-ejs": "^2.0.0",
"mongodb": "^3.1.13",
"ws": "^6.2.1"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.1.0",
"egg-bin": "^4.11.0",
"egg-ci": "^1.11.0",
"egg-mock": "^3.21.0",
"eslint": "^5.13.0",
"eslint-config-egg": "^7.1.0",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=8.9.0"
},
"scripts": {
"start": "egg-scripts start --port=7002 --daemon --workers=1 --title=egg-server-IntelligentTourMap",
"stop": "egg-scripts stop --title=egg-server-IntelligentTourMap",
"dev": "egg-bin dev --port=7002",
"debug": "egg-bin debug --port=7002",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"autod": "autod"
},
"ci": {
"version": "8"
},
"repository": {
"type": "git",
"url": ""
},
"author": "richard",
"license": "MIT"
}
JavaScript
1
https://gitee.com/richard1015/IntelligentTourMap.git
git@gitee.com:richard1015/IntelligentTourMap.git
richard1015
IntelligentTourMap
IntelligentTourMap
master

搜索帮助