dragonpolls/composer.json

19 lines
343 B
JSON

{
"name": "hutattedonmyarm/dragonpolls",
"version": "1.2.0-beta",
"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"
}
]
}