{
	"name": "@volograms/web_vol_lib",
	"version": "1.5.1",
	"description": "A WebASM library to play volograms in the browser.",
	"main": "vol_player.mjs",
	"module": "vol_web.mjs",
	"type": "module",
	"files": [
		"vol_web.mjs",
		"players/*.mjs",
		"README.md",
		"LICENSE"
	],
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1"
	},
	"repository": {
		"type": "git",
		"url": "git+ssh://git@github.com/Volograms/vol_libs.git"
	},
	"keywords": [
		"volograms",
		"javascript",
		"webasm",
		"webassembly"
	],
	"author": "Jan Ondrej, Patrick Geoghegan and Anton Gerdelan",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/Volograms/vol_libs/issues"
	},
	"homepage": "https://github.com/Volograms/vol_libs#readme"
}
