Commit f2c81cd4 authored by mercury233's avatar mercury233

Merge branch 'lite' of https://github.com/mercury233/ygopro-server into lite

parents bea12b98 5f5c41b4
{ {
"port": 233, "port": 2333,
"version": 4920, "version": 4921,
"ygopro_path": "ygopro", "ygopro_path": "ygopro",
"modules": { "modules": {
"welcome": "YGOPRO Server", "welcome": "YGOPRO Server",
......
...@@ -17,13 +17,12 @@ ...@@ -17,13 +17,12 @@
"underscore.string": "*", "underscore.string": "*",
"request": "*", "request": "*",
"moment": "*", "moment": "*",
"sqlite3": "*",
"bunyan": "*" "bunyan": "*"
}, },
"license": "GPL-3.0", "license": "GPL-3.0",
"main": "ygopro-server.js", "main": "ygopro-server.js",
"scripts": { "scripts": {
"start": "forever start ygopro-server.js" "start": "pm2 start ygopro-server.js"
}, },
"engines": { "engines": {
"node": "*" "node": "*"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment