Commit 34dcc0a8 authored by 神楽坂玲奈's avatar 神楽坂玲奈

package.json

parent 71a14fe9
......@@ -2,10 +2,7 @@
"name": "ygopro-server",
"version": "2.3.3",
"description": "a server for ygopro",
"repository": {
"type": "git",
"url": "https://github.com/mercury233/ygopro-server.git"
},
"repository": "github:mycard/ygopro-server",
"keywords": [
"mycard",
"ygopro",
......@@ -13,19 +10,15 @@
],
"author": "zh99998 <zh99998@gmail.com>, mercury233 <me@mercury233.me>",
"dependencies": {
"underscore": "*",
"underscore.string": "*",
"request": "*",
"moment": "*",
"sqlite3": "*",
"bunyan": "*"
"underscore": "latest",
"underscore.string": "latest",
"request": "latest",
"moment": "latest",
"sqlite3": "latest",
"bunyan": "latest"
},
"license": "GPL-3.0",
"main": "ygopro-server.js",
"license": "AGPL-3.0",
"scripts": {
"start": "forever start ygopro-server.js"
},
"engines": {
"node": "*"
"start": "node ygopro-server.js"
}
}
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