express example
Showing
.gitignore
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "sejong25", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "run_server.js", | ||
"scripts": { | ||
"test": "test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://git.kucatdog.net/tear-of-sejong/sejong25.git" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"express": "^4.17.1", | ||
"socket.io": "^2.2.0" | ||
} | ||
} |
Please register or sign in to comment