dragonpolls/composer.json
2021-05-09 16:31:53 +02:00

19 lines
338 B
JSON

{
"name": "hutattedonmyarm/dragonpolls",
"version": "1.1.0",
"description": "A polling client for pnut.io",
"require": {
"hutattedonmyarm/apnuti": "@dev"
},
"repositories": [
{
"type": "path",
"url": "../APnutI"
},
{
"type": "vcs",
"url": "git@phlaym.net:phlaym/APnutI.git"
}
]
}