{
	"name": "munkres-js",
	"main": "munkres.js",
	"version": "1.1.1",
	"homepage": "https://github.com/addaleax/munkres-js",
	"authors": [
		"sqrt <sqrt@entless.org>"
	],
	"description": "Munkres (aka Hungarian) algorithm for JS",
	"moduleType": [
		"globals"
	],
	"keywords": [
		"assignment",
		"munkres",
		"hungarian"
	],
	"license": "BSD",
	"ignore": [
		"**/.*",
		"node_modules",
		"bower_components"
	]
}
