mirror of
https://github.com/vishapoberon/vipatsar.git
synced 2026-07-09 19:13:31 +00:00
test
This commit is contained in:
parent
1289f33c34
commit
dd590283fc
1 changed files with 12 additions and 12 deletions
|
|
@ -1,23 +1,23 @@
|
||||||
{
|
{
|
||||||
"package": "irc",
|
"Package": "irc",
|
||||||
"author": "noch",
|
"Author": "noch",
|
||||||
"license": "GPL-3",
|
"License": "GPL-3",
|
||||||
"version": "0.1.0",
|
"Version": "0.1.0",
|
||||||
"remote": {
|
"Remote": {
|
||||||
"type": "git",
|
"Type": "git",
|
||||||
"path": "https://github.com/norayr/irc",
|
"Path": "https://github.com/norayr/irc",
|
||||||
"tag": "0.1.0"
|
"Tag": "0.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"Dependencies": {
|
||||||
"time": "0.1.0",
|
"time": "0.1.0",
|
||||||
"internet": "0.1.0",
|
"internet": "0.1.0",
|
||||||
"lists": "0.1.0",
|
"lists": "0.1.0",
|
||||||
"dbg": "0.1.0"
|
"dbg": "0.1.0"
|
||||||
},
|
},
|
||||||
"build": [
|
"Build": [
|
||||||
{
|
{
|
||||||
"command": "voc -s",
|
"Command": "voc -s",
|
||||||
"file": "src/IRC.Mod"
|
"File": "src/IRC.Mod"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue