class Room
Showing
package.json
0 → 100644
{ | |||
"name": "ygopro-server", | |||
"version": "2.0.0", | |||
"description": "a server for ygopro", | |||
"repository": { | |||
"type": "git", | |||
"url": "https://github.com/mycard/ygopro-server.git" | |||
}, | |||
"keywords": [ | |||
"mycard", | |||
"ygopro", | |||
"server" | |||
], | |||
"author": "zh99998 <zh99998@gmail.com>", | |||
"dependencies": { | |||
"underscore": "*", | |||
"freeport": "*", | |||
"struct": "*", | |||
"inotify": "*" | |||
}, | |||
"license": "GPLv3", | |||
"main": "ygopro-server.js", | |||
"scripts": { | |||
"start": "forever start mycard-server-match.js", | |||
"build": "coffee -c mycard-server-match.coffee" | |||
}, | |||
"engines": { | |||
"node": "*" | |||
} | |||
} | |||
\ No newline at end of file |
struct.coffee
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment