{
	"name" : "linkjs",
	"version" : "0.1.2",
	"description" : "Module runtime and converter for Labeled Modules, CommonJS and AMD.",
	"homepage" : "http://github.com/calyptus/link.js",
	"keywords" : ["util", "modules", "label", "client", "browser", "amd", "commonjs"],
	"author" : "Sebastian Markbage <sebastian@calyptus.eu>",
	"bugs": "https://github.com/calyptus/link.js/issues",
	"licenses": [
		{ "type": "BSD-2-Clause", "url": "http://raw.github.com/calyptus/link.js/master/LICENSE" },
		{ "type": "MIT", "url": "http://raw.github.com/calyptus/link.js/master/LICENSE" }
	],
	"dependencies" : {},
	"engines" : { "node": "> 0.4.x < 0.7.0" },
	"repository" : {"type": "git", "url": "git://github.com/calyptus/link.js.git"},
	"main" : "./Source/Node/link.js",
	"bin": { "linkjs": "./Source/Node/link.js", "link.js": "./Source/Node/link.js" }
}
