luvit-zed
Version:
Util-library for Luvit.io
34 lines (33 loc) • 718 B
JSON
{
"name": "luvit-zed",
"version": "0.0.8h",
"description": "Util-library for Luvit.io",
"keywords": [
"luvit",
"utils",
"zed"
],
"homepage": "http://b42.in/",
"bugs": {
"url": "https://github.com/IZEDx/luvit-zed/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/IZEDx/luvit-zed.git"
},
"main": "init.lua",
"scripts": {
"start": "luvit init.lua",
"test": "luvit test/init.lua"
},
"license": "APACHE2",
"dependencies": {
"luvit-websocket": "0.0.1c"
}
}