mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-05 20:42:26 +00:00
File Manager READ WORKS!!!
This commit is contained in:
parent
654ca13405
commit
955db770ca
4 changed files with 73 additions and 5 deletions
24
VersionFile.json
Normal file
24
VersionFile.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"Package": "Package-name",
|
||||
"Author": "Author Name",
|
||||
"License":"License name",
|
||||
"Version": "1.0.0",
|
||||
"Remote": "http://vishap.oberon.com",
|
||||
"Files": [
|
||||
"File1.Mod",
|
||||
"File2.Mod",
|
||||
"MakeFile"
|
||||
],
|
||||
"Dependencies": {
|
||||
"Package-2-name": "2.5.*",
|
||||
"Package-3-name": "2.*",
|
||||
"Package-4-name": "2.1.4"
|
||||
},
|
||||
"Scripts": {
|
||||
"build": "make build",
|
||||
"test": "make test",
|
||||
"run": "make run",
|
||||
"compile": "make compile"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue