1 Star 0 Fork 0

月影南溪/N-blog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
ZYSzys 提交于 2018-09-03 20:53 . add pm2 to devdependencies
{
"name": "myblog",
"version": "1.0.0",
"description": "my first blog",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha",
"start": "cross-env NODE_ENV=production pm2 start index.js --name 'myblog'",
"stop": "cross-env NODE_ENV=production pm2 stop myblog",
"lint": "eslint --fix config lib middlewares models routes test"
},
"author": "nswbmw",
"license": "MIT",
"dependencies": {
"config-lite": "2.1.0",
"connect-flash": "0.1.1",
"connect-mongo": "2.0.1",
"ejs": "2.5.7",
"express": "4.16.2",
"express-formidable": "git+https://github.com/utatti/express-formidable.git",
"express-session": "1.15.6",
"express-winston": "2.4.0",
"marked": "0.3.12",
"moment": "2.20.1",
"mongolass": "~4.1.1",
"objectid-to-timestamp": "1.3.0",
"sha1": "1.1.1",
"winston": "2.4.0"
},
"devDependencies": {
"cross-env": "5.2.0",
"eslint": "5.5.0",
"eslint-config-standard": "11.0.0-beta.0",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-node": "5.2.1",
"eslint-plugin-promise": "3.6.0",
"eslint-plugin-standard": "3.0.1",
"istanbul": "0.4.5",
"mocha": "4.1.0",
"pm2": "3.0.0",
"supertest": "3.0.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/c7jie/N-blog.git
git@gitee.com:c7jie/N-blog.git
c7jie
N-blog
N-blog
master

搜索帮助