-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path0002 - test.zip.json
More file actions
43 lines (43 loc) · 1.29 KB
/
0002 - test.zip.json
File metadata and controls
43 lines (43 loc) · 1.29 KB
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
41
42
43
{
"script_id": "2",
"display_name": "test.zip",
"summary": "example of a set of scripts zipped together",
"name": "test.zip",
"script_type": "utility",
"description": "Here is where I would put more details on the scripts I uploaded",
"install_details": "Here is where I would describe how a user should install the script",
"versions": [
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=3",
"filename": "test.zip",
"script_version": "1.2",
"date": "2001-05-28",
"vim_version": "6.0",
"author": {
"user_id": "1",
"user_name": "scrott",
"first_name": "Scott",
"last_name": "Johnston",
"email": "scrott@users.sourceforge.net",
"homepage": ""
},
"release_notes": "Here is an example of a new version of these scripts"
},
{
"url": "http://www.vim.org/scripts/download_script.php?src_id=2",
"filename": "test.zip",
"script_version": "1.0",
"date": "2001-05-28",
"vim_version": "6.0",
"author": {
"user_id": "1",
"user_name": "scrott",
"first_name": "Scott",
"last_name": "Johnston",
"email": "scrott@users.sourceforge.net",
"homepage": ""
},
"release_notes": "Initial upload"
}
]
}