27 lines
547 B
JSON
27 lines
547 B
JSON
{
|
|
"name": "mwse",
|
|
"version": "0.1.0",
|
|
"description": "Mikro WebSocket Engine",
|
|
"main": "Source/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://git.saqut.com/saqut/MWSE"
|
|
},
|
|
"keywords": [
|
|
"WebSocket",
|
|
"server",
|
|
"microservice",
|
|
"ws"
|
|
],
|
|
"author": "Abdussamed ULUTAŞ <abdussamedulutas@yandex.com.tr>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"knex": "^2.3.0",
|
|
"sqlite3": "^5.1.2",
|
|
"websocket": "^1.0.34"
|
|
}
|
|
}
|