blob: 4880e8bfa2a5c117b90ee2509d89a77b61253358 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"name": "luasec",
"version": "1.0.1",
"maintainers": "Stephen Baker <baker.stephen.e@gmail.com>",
"description": "LuaSec depends on OpenSSL, and integrates with LuaSocket to make it easy to add secure connections to any Lua applications or scripts.",
"homepage": "https://github.com/brunoos/luasec",
"dependencies": [
"lua",
"luasocket",
"openssl"
]
}
|