aboutsummaryrefslogtreecommitdiff
path: root/dub.json
blob: 54cb1681ea74973af9c28d344b4c8f08ea26aae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
	"authors": [
		"Holden Rohrer"
	],
	"copyright": "Holden Rohrer ♡ 2021. Copying is an act of love. Please copy.",
	"dependencies": {
		"ncurses": "~>0.0.149"
	},
	"description": "A little curses game about rocks",
	"license": "GPLv3",
	"name": "drocks"
}