{
	"name": "powahroot",
	"version": "1.2.12",
	"description": "Client and server-side routing micro frameworks",
	"main": "index.mjs",
	"scripts": {
		"test": "echo \"Error: no tests have been implemented yet\" && exit 1"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/sbrl/powahroot.git"
	},
	"keywords": [
		"routing",
		"micro-framework"
	],
	"author": "Starbeamrainbowlabs",
	"license": "MPL-2.0",
	"bugs": {
		"url": "https://github.com/sbrl/powahroot/issues"
	},
	"homepage": "https://github.com/sbrl/powahroot#readme",
	"funding": {
		"type": "liberapay",
		"url": "https://liberapay.com/sbrl"
	},
	"dependencies": {
		"cookie": "^1.0.2",
		"event-emitter-es6": "^1.1.5",
		"nightink": "^1.0.2"
	},
	"devDependencies": {
		"@types/event-emitter-es6": "^1.1.4",
		"documentation": "^14.0.3"
	},
	"files": [
		"index.mjs",
		"Client.mjs",
		"Server.mjs",
		"Client/**",
		"Server/**",
		"Shared/**"
	]
}