1 Star 2 Fork 0

richard / egg-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
richard 提交于 2018-08-17 16:58 . 1.mongodb 数据库集成
{
"name": "egg-example",
"version": "1.0.0",
"description": "egg desc",
"private": true,
"dependencies": {
"egg": "^2.2.1",
"egg-alinode": "^2.0.1",
"egg-cors": "^2.1.0",
"egg-mysql": "^3.0.0",
"egg-scripts": "^2.6.0",
"egg-view-nunjucks": "^2.2.0",
"moment": "^2.22.1",
"mongodb": "^2.2.36"
},
"devDependencies": {
"autod": "^3.0.1",
"autod-egg": "^1.0.0",
"egg-bin": "^4.3.5",
"egg-ci": "^1.8.0",
"egg-mock": "^3.14.0",
"eslint": "^4.11.0",
"eslint-config-egg": "^6.0.0",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=8.9.0"
},
"scripts": {
"start": "egg-scripts start --daemon --title=egg-server-eggTest",
"stop": "egg-scripts stop --title=egg-server-eggTest",
"dev": "egg-bin dev",
"debug": "egg-bin debug",
"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/egg-example.git
git@gitee.com:richard1015/egg-example.git
richard1015
egg-example
egg-example
master

搜索帮助