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,
"version": 4920,
"port": 2333,
"version": 4921,
"ygopro_path": "ygopro",
"modules": {
"welcome": "YGOPRO Server",
......
......@@ -17,13 +17,12 @@
"underscore.string": "*",
"request": "*",
"moment": "*",
"sqlite3": "*",
"bunyan": "*"
},
"license": "GPL-3.0",
"main": "ygopro-server.js",
"scripts": {
"start": "forever start ygopro-server.js"
"start": "pm2 start ygopro-server.js"
},
"engines": {
"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