YourProjectName.module

json file format

{ 
	"IsEnabled": true, 
	"Name": "Project Name", 
	"Version": "1.0.0.0", 
	"Assemblies": 
	[ 
		{ 
			"Path": "projectdllname.dll", 
			"Role": "Both_Optional" // Server, Client, Both_Optional, Both_Required
		} 
	] 
}