加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.78 KB
一键复制 编辑 原始数据 按行查看 历史
liudengfeng 提交于 2018-07-18 17:05 . add user and device manage part
{
"name": "wwas",
"version": "1.0.0",
"description": "wificoin wifidog auther server",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development supervisor --harmony index.js",
"local": "cross-env NODE_ENV=local supervisor --harmony index.js",
"start": "cross-env NODE_ENV=production pm2 start index.js --node-args='--harmony' --name 'wwas --port 8001'",
"stop": "cross-env NODE_ENV=production pm2 stop index.js --name 'wwas --port 8001'",
"restart": "cross-env NODE_ENV=production pm2 restart index.js --node-args='--harmony' --name 'wwas --port 8001'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/wificoin-wifidog-auther-server"
},
"keywords": [
"wificoin, wifidog"
],
"author": "wificoin core team",
"license": "ISC",
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-register": "^6.26.0",
"body-parser": "^1.18.3",
"chalk": "^2.4.1",
"config-lite": "^1.5.0",
"connect-history-api-fallback": "^1.5.0",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"express-winston": "^2.5.1",
"formidable": "^1.2.1",
"fs": "0.0.1-security",
"moment": "^2.18.1",
"mongodb": "^3.1.1",
"mongoose": "^4.9.3",
"node-schedule": "^1.3.0",
"node-xlsx": "^0.12.1",
"path": "^0.12.7",
"pm2": "^3.0.0",
"random-number": "0.0.9",
"requestify": "^0.2.5",
"supervisor": "^0.12.0",
"time-formater": "^1.0.1",
"unique-number": "^2.0.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.2.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化