-
Notifications
You must be signed in to change notification settings - Fork 19
/
META6.json
40 lines (40 loc) · 849 Bytes
/
META6.json
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
37
38
39
40
{
"api": "1.2.0",
"auth": "github:softmoth",
"authors": [
"Tim Smith",
"Richard Hainsworth"
],
"build-depends": [
],
"depends": [
],
"description": "A logic-free, cross-language templating format",
"license": "Artistic-2.0",
"name": "Template::Mustache",
"perl": "6.d",
"production": 1,
"provides": {
"Template::Mustache": "lib/Template/Mustache.rakumod"
},
"raku": "6.d",
"resources": [
],
"source-url": "https://github.com/softmoth/raku-Template-Mustache.git",
"support": {
"bugtracker": "https://github.com/softmoth/raku-Template-Mustache/issues",
"source": "https://github.com/softmoth/raku-Template-Mustache.git"
},
"tags": [
"mustache",
"template",
"web",
"text"
],
"test-depends": [
"JSON::Fast",
"Test",
"Test::META"
],
"version": "1.2.3"
}