1 Star 0 Fork 0

cxk/node-elm

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
cangdu 提交于 2018-11-26 22:50 . add todo
{
"name": "node-elm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "cangdu <1264889788@qq.com>",
"license": "GPL",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon --harmony index.js",
"check": "cross-env NODE_ENV=production nodemon --harmony index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "pm2 deploy production"
},
"repository": {
"type": "git",
"url": "https://github.com/bailicangdu/node-elm"
},
"dependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-3": "^6.22.0",
"babel-register": "^6.24.0",
"bluebird": "^3.5.0",
"captchapng": "0.0.1",
"chalk": "^2.3.0",
"config-lite": "^1.5.0",
"connect-flash": "^0.1.1",
"connect-history-api-fallback": "^1.3.0",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"cross-env": "^5.0.0",
"express": "^4.15.2",
"express-session": "^1.15.2",
"express-winston": "^2.3.0",
"formidable": "^1.1.1",
"gm": "^1.23.0",
"marked": "^0.3.6",
"moment": "^2.18.1",
"mongodb": "^2.2.25",
"mongoose": "^4.9.3",
"node-fetch": "^1.6.3",
"pinyin": "^2.8.3",
"pm2": "^2.8.0",
"qiniu": "^6.1.13",
"sha1": "^1.1.1",
"time-formater": "1.0.1",
"time-stamp": "^2.0.0",
"winston": "^2.3.1"
},
"devDependencies": {
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"nodemon": "^1.18.6"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/shiphire_cxk0831/node-elm.git
git@gitee.com:shiphire_cxk0831/node-elm.git
shiphire_cxk0831
node-elm
node-elm
master

搜索帮助