{
	"name": "@snootclub/boop",
	"version": "0.0.16",
	"description": "route snoot boops",
	"main": "index.js",
	"scripts": {
		"test": "tap tests/**/**.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/snootclub/boop.git"
	},
	"keywords": [
		"boop",
		"snoot"
	],
	"author": "chee <chee@snoot.club>",
	"license": "GPL-3.0+",
	"bugs": {
		"url": "https://github.com/snootclub/boop/issues"
	},
	"homepage": "https://github.com/snootclub/boop#readme",
	"bin": {
		"boop": "program.js"
	},
	"dependencies": {
		"ansi-colors": "^4.1.1",
		"commander": "^2.19.0",
		"execa": "^1.0.0",
		"serve-handler": "^5.0.7"
	},
	"devDependencies": {},
	"files": [
		"index.js",
		"program.js",
		"route.js",
		"symbols.js",
		"library/*"
	]
}
