This repository has been archived on 2023-10-03. You can view files and clone it, but cannot push or open issues or pull requests.
JS-Server-Framework/package.json
steevLP d22fdadc50 Initial Comit
The Server has overcome it's early Development Steps.
although it still is a bit unstable it works in it's actual state
2019-09-25 23:53:02 +02:00

22 lines
413 B
JSON

{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"colors": "^1.3.3",
"fs": "0.0.1-security",
"net": "^1.0.2",
"path": "^0.12.7",
"readline": "^1.3.0",
"http": "0.0.0",
"mysql": "^2.17.1",
"ws": "^7.1.2"
}
}