{
	"name":        "sdlang-d",
	"description": "An SDL (Simple Declarative Language) library for D.",
	"homepage":    "http://github.com/Abscissa/SDLang-D",
	"authors":     ["Nick Sabalausky"],
	"license":     "zlib/libpng",
	"copyright":   "©2012-2015 Nick Sabalausky",
	"sourcePaths": ["."],
	"importPaths": ["."],
	"buildRequirements": ["allowWarnings"],
	"dependencies": {
		"libinputvisitor": "~>1.2.0"
	},
	"subPackages": [
		"./libinputvisitor"
	],
	"configurations": [
		{
			"name": "test",
			"targetType": "executable",
			"versions": ["SDLang_TestApp"],
			"targetPath": "../../bin/",
			"targetName": "sdlang"
		},
		{
			"name": "library",
			"targetType": "library"
		},
		{
			"name": "unittest",
			"targetType": "executable",
			"targetPath": "../../bin/",
			"targetName": "sdlang-unittest",

			"versions": ["sdlangUnittest", "sdlangTrace"]
		}
	]
}