some experimental json format

This commit is contained in:
Norayr Chilingarian 2020-05-15 01:26:24 +04:00
parent 110bf8b08b
commit 482be6bcd0
9 changed files with 114 additions and 7 deletions

View file

@ -1 +1,17 @@
{ "path" : "https://github.com/norayr/diaspora" }
{
"Package": "diaspora",
"Author": "nc",
"License": "GPL-3",
"Version": "0.1",
"Remote":
{
"type": "git",
"path": "https://github.com/norayr/diaspora",
"tag" : "0.1",
},
"Dependencies":
{
"lists": "0.1",
"postgres": "0.1"
}
}