luvit-websocket
Version:
WebSocket API for luvit
26 lines (25 loc) • 692 B
JSON
{
"name": "luvit-websocket",
"version": "0.0.1c",
"description": "WebSocket API for luvit",
"keywords": "luvit, utils, api, websocket, socket",
"homepage": "http://b42.in/",
"bugs": { "url" : "https://github.com/b42-coding/luvit-websocket/issues", "email" : "admin@i-zed.net" },
"author": {
"name": "Niklas Kühtmann",
"email": "admin@i-zed.net",
"url": "http://i-zed.net/"
},
"repository": {
"type": "git",
"url": "https://github.com/b42-coding/luvit-websocket.git"
},
"main": "init.lua",
"scripts": {
"start": "luvit init.lua",
"test": "luvit test/init.lua"
},
"license": "APACHE2",
"dependencies": {
}
}