-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMETA6.json
39 lines (39 loc) · 870 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
{
"meta-version": "1",
"license": "Artistic-2.0",
"api": "1.0",
"version": "0.0.5",
"test-depends": [
"Test"
],
"source-url": "git://github.com/jonathanstowe/Audio-Playlist-JSPF.git",
"resources": [
],
"tags": [
"playlist",
"music",
"JSON",
"xiph"
],
"authors": [
"Jonathan Stowe <jns+gh@gellyfish.co.uk>"
],
"raku": "6.*",
"build-depends": [
],
"name": "Audio::Playlist::JSPF",
"support": {
"bugtracker": "https://github.com/jonathanstowe/Audio-Playlist-JSPF/issues",
"email": "jns+gh@gellyfish.co.uk",
"source": "git://github.com/jonathanstowe/Audio-Playlist-JSPF.git"
},
"depends": [
"JSON::Class",
"JSON::Name"
],
"auth": "zef:jonathanstowe",
"provides": {
"Audio::Playlist::JSPF": "lib/Audio/Playlist/JSPF.pm"
},
"description": "JSON representation of a 'playlist'"
}