forked from luvit/lit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.lua
More file actions
36 lines (36 loc) · 958 Bytes
/
package.lua
File metadata and controls
36 lines (36 loc) · 958 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
return {
name = "luvit/lit",
version = "2.2.13",
homepage = "https://github.com/luvit/lit",
description = "The Luvit Invention Toolkit is a luvi app that handles dependencies and luvi builds.",
tags = {"lit", "meta"},
license = "Apache 2",
author = { name = "Tim Caswell" },
luvi = {
version = "2.3.5",
flavor = "regular",
},
dependencies = {
"luvit/require@1.2.2",
"luvit/pretty-print@1.0.3",
"luvit/http-codec@1.0.0",
"luvit/json@2.5.0",
"creationix/coro-fs@1.3.0",
"creationix/coro-net@1.1.1",
"creationix/coro-http@1.2.1",
"creationix/coro-tls@1.2.1",
"creationix/coro-wrapper@1.0.0",
"creationix/coro-spawn@0.2.1",
"creationix/coro-split@0.1.1",
"creationix/semver@1.0.4",
"creationix/git@2.0.3",
"creationix/prompt@1.0.3",
"creationix/ssh-rsa@1.0.0",
"creationix/websocket-codec@1.0.7",
},
files = {
"commands/README",
"**.lua",
"!test*"
}
}