first commit
This commit is contained in:
27
node+vue/shop-bend/package.json
Executable file
27
node+vue/shop-bend/package.json
Executable file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "shop-bend",
|
||||
"version": "1.2.1",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "./node_modules/.bin/node-dev ./bin/www",
|
||||
"start": "pm2 start ./bin/www --watch -i max --name be",
|
||||
"restart": "pm2 restart ./bin/www",
|
||||
"stop": "pm2 stop be",
|
||||
"list": "pm2 list",
|
||||
"log": "pm2 logs"
|
||||
},
|
||||
"dependencies": {
|
||||
"cookie-parser": "~1.4.3",
|
||||
"debug": "~2.6.9",
|
||||
"express": "~4.16.0",
|
||||
"http-errors": "~1.6.2",
|
||||
"morgan": "~1.9.0",
|
||||
"node-rsa": "^1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"md5": "^2.2.1",
|
||||
"mysql": "^2.16.0",
|
||||
"node-dev": "^3.1.3",
|
||||
"redis": "^2.8.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user