{
	"name": "my",
	"version": "0.3.3",
	"description": "my JavaScript module system",
	"keywords": ["module", "loader", "import", "export"],
	"author": "Hax <johnhax@gmail.com> (http://johnhax.net/)",
	"homepage": "http://github.com/hax/my.js",
	"bugs": "http://github.com/hax/my.js/issues",
	"main": "my.js",
	"bin": {
		"mym": "./cli.js"
	},
	"repository": {
		"type": "git",
		"url": "http://github.com/hax/my.js.git"
	}
}