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

package.json

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